Workspace.Location Property

Indicates the location where data (pending changes, local versions) for this workspace are stored.

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

Syntax

'Declaration
Public ReadOnly Property Location As WorkspaceLocation
public WorkspaceLocation Location { get; }
public:
property WorkspaceLocation Location {
    WorkspaceLocation get ();
}
member Location : WorkspaceLocation with get
function get Location () : WorkspaceLocation

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.WorkspaceLocation
The location where data (pending changes, local versions) for this workspace are stored.

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace