This documentation is archived and is not being maintained.

WorkspaceCheckInParameters::ItemSpecs Property

Gets the array of items to check-in.

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

public:
property array<ItemSpec^>^ ItemSpecs {
	array<ItemSpec^>^ get ();
	private: void set (array<ItemSpec^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
The array of items to check-in.

Show: