Share via


WorkspaceInfo.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 Property Location As WorkspaceLocation
public WorkspaceLocation Location { get; internal set; }
public:
property WorkspaceLocation Location {
    WorkspaceLocation get ();
    internal: void set (WorkspaceLocation value);
}
member Location : WorkspaceLocation with get, internal set
function get Location () : WorkspaceLocation 
internal function set Location (value : 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

WorkspaceInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace