This documentation is archived and is not being maintained.

WorkspaceCheckInParameters::AssociatedWorkItems Property

Gets or sets the work items associated with this check-in.

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

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

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckinInfo>
The work items associated with this check-in.

Show: