This documentation is archived and is not being maintained.

Shelveset::WorkItemInfo Property

Gets or sets an array of the work items that are associated with the shelveset and their check-in behavior.

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

public:
property array<WorkItemCheckinInfo^>^ WorkItemInfo {
	array<WorkItemCheckinInfo^>^ get ();
	void set (array<WorkItemCheckinInfo^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckinInfo>
An array of the work items that are associated with the shelveset and their check-in behavior.

Show: