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