This documentation is archived and is not being maintained.

GetRequest::ItemSpec Property

Gets or sets the item that is being requested.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ItemSpec
The item that is being requested. Null to get the whole workspace.

Show: