WorkspaceInfo.Options Property
Options set on a workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Options As WorkspaceOptions
public WorkspaceOptions Options { get; private set; }
public:
property WorkspaceOptions Options {
WorkspaceOptions get ();
private: void set (WorkspaceOptions value);
}
member Options : WorkspaceOptions with get, private set
function get Options () : WorkspaceOptions
private function set Options (value : WorkspaceOptions)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.WorkspaceOptions
The options set on a 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.