This documentation is archived and is not being maintained.

Workspace::MappingsAvailable Property

Returns true if the working folders held by this Workspace object are believed to be current. If true, a call to perform mapping translations will not result in a server call.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

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

Property Value

Type: System::Boolean
true if the working folders held by this Workspace object are believed to be current; otherwise, false.

Show: