Share via


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

See Also

Reference

Workspace Class

Workspace Members

Microsoft.TeamFoundation.VersionControl.Client Namespace