This documentation is archived and is not being maintained.

WorkingFolder::IsCloaked Property

Gets a flag that describes whether this mapping is a cloak.

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

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

Property Value

Type: System::Boolean
True if this mapping is a cloak; otherwise, false.

Show: