This documentation is archived and is not being maintained.

UpdateWorkspaceParameters::Location Property

If set, the workspace's location (local or server) will be changed to the value provided. This value may not be changed at the same time as other any other properties of the workspace. It requires its own call to UpdateWorkspace.

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

public:
property Nullable<WorkspaceLocation> Location {
	Nullable<WorkspaceLocation> get ();
	void set (Nullable<WorkspaceLocation> value);
}

Property Value

Type: System::Nullable<WorkspaceLocation>
The location of the workspace.

Show: