This documentation is archived and is not being maintained.

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)

public:
property bool IsLocal {
	bool get ();
}

Property Value

Type: System::Boolean
True if this workspace exists on the current computer; otherwise, false.

Show: