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)

Syntax

'Declaration
Public Property ItemSpec As ItemSpec
public ItemSpec ItemSpec { get; set; }
public:
property ItemSpec^ ItemSpec {
    ItemSpec^ get ();
    void set (ItemSpec^ value);
}
member ItemSpec : ItemSpec with get, set
function get ItemSpec () : ItemSpec 
function set ItemSpec (value : ItemSpec)

Property Value

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

.NET Framework Security

See Also

Reference

GetRequest Class

Microsoft.TeamFoundation.VersionControl.Client Namespace