This documentation is archived and is not being maintained.

UpdateWorkspaceParameters::WorkspaceOptions Property

If set, the options for the workspace are replaced with these options.

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

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

Property Value

Type: System::Nullable<WorkspaceOptions>
The options for the workspace.

Show: