Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default workspace location.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property DefaultWorkspaceLocation As WorkspaceLocation
public WorkspaceLocation DefaultWorkspaceLocation { get; set; }
public:
property WorkspaceLocation DefaultWorkspaceLocation {
WorkspaceLocation get ();
void set (WorkspaceLocation value);
}
member DefaultWorkspaceLocation : WorkspaceLocation with get, set
function get DefaultWorkspaceLocation () : WorkspaceLocation
function set DefaultWorkspaceLocation (value : WorkspaceLocation)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.WorkspaceLocation
The default workspace location.
.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.