This documentation is archived and is not being maintained.

ServerSettings::DefaultWorkspaceLocation Property

Gets the default workspace location.

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

public:
property WorkspaceLocation DefaultWorkspaceLocation {
	WorkspaceLocation get ();
	void set (WorkspaceLocation value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common::WorkspaceLocation
The default workspace location.

Show: