Workspace.IsLocal Property
Gets a flag that describes whether this workspace exists on the current machine.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Déclaration
Public ReadOnly Property IsLocal As Boolean
Get
public bool IsLocal { get; }
public:
property bool IsLocal {
bool get ();
}
member IsLocal : bool
function get IsLocal () : boolean
Property Value
Type: System.Boolean
True if this workspace exists on the current machine; otherwise, false.
.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.