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

'宣言
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

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace