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)
Syntax
'Declaration
Public Property Location As Nullable(Of WorkspaceLocation)
public Nullable<WorkspaceLocation> Location { get; set; }
public:
property Nullable<WorkspaceLocation> Location {
Nullable<WorkspaceLocation> get ();
void set (Nullable<WorkspaceLocation> value);
}
member Location : Nullable<WorkspaceLocation> with get, set
function get Location () : Nullable<WorkspaceLocation>
function set Location (value : Nullable<WorkspaceLocation>)
Property Value
Type: System.Nullable<WorkspaceLocation>
The location of the workspace.
.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.