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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.