Workspace.IsLocal Property
Gets the flag that indicates whether the workspace resides on the local 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
'Usage
Dim instance As Workspace
Dim value As Boolean
value = instance.IsLocal
public bool IsLocal { get; }
public:
property bool IsLocal {
bool get ();
}
public function get IsLocal () : boolean
Property Value
Type: System.Boolean
true if the workspace resides on the local 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.