This documentation is archived and is not being maintained.

WorkItemCheckinInfo::WorkItem Property

Gets or sets the work item.

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

public:
property WorkItem^ WorkItem {
	WorkItem^ get ();
	void set (WorkItem^ value);
}

Show: