Share via


Shelveset.BriefWorkItemInfo Property

Brief work item information including only the Ids and the actions on each included with the shelveset.

Unlike WorkItemInfo, this property does not access the server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property BriefWorkItemInfo As WorkItemCheckedInfo()
public WorkItemCheckedInfo[] BriefWorkItemInfo { get; }
public:
property array<WorkItemCheckedInfo^>^ BriefWorkItemInfo {
    array<WorkItemCheckedInfo^>^ get ();
}
member BriefWorkItemInfo : WorkItemCheckedInfo[] with get
function get BriefWorkItemInfo () : WorkItemCheckedInfo[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckedInfo[]
The brief work item information.

.NET Framework Security

See Also

Reference

Shelveset Class

Microsoft.TeamFoundation.VersionControl.Client Namespace