Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property MappingsAvailable As Boolean
public bool MappingsAvailable { get; }
public:
property bool MappingsAvailable {
bool get ();
}
member MappingsAvailable : bool with get
function get MappingsAvailable () : boolean
Property Value
Type: System.Boolean
true if the working folders held by this Workspace object are believed to be current; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.