This documentation is archived and is not being maintained.

SavedCheckin::WorkItemsCheckedInfo Property

Gets the array of work item check-in information.

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

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

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckedInfo>
The array of work item check-in information.

Show: