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