This documentation is archived and is not being maintained.
SavedCheckin::WorkItemsCheckedInfo Property
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: