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

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace