Share via


WorkingFolder.IsCloaked Property

Gets whether this mapping is a cloak.

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

Syntax

'Declaration
Public ReadOnly Property IsCloaked As Boolean
'Usage
Dim instance As WorkingFolder 
Dim value As Boolean 

value = instance.IsCloaked
public bool IsCloaked { get; }
public:
property bool IsCloaked {
    bool get ();
}
public function get IsCloaked () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WorkingFolder Class

WorkingFolder Members

Microsoft.TeamFoundation.VersionControl.Client Namespace