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
- 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.