This documentation is archived and is not being maintained.

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)

public:
property array<WorkItemCheckedInfo^>^ BriefWorkItemInfo {
	array<WorkItemCheckedInfo^>^ get ();
}

Property Value

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

Show: