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.
If true, any cloaks in the initial working folders (this.Folders) which are not parented by a mapping are removed silently.
The default value is false.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property RemoveUnparentedCloaks As Boolean
public bool RemoveUnparentedCloaks { get; set; }
public:
property bool RemoveUnparentedCloaks {
bool get ();
void set (bool value);
}
member RemoveUnparentedCloaks : bool with get, set
function get RemoveUnparentedCloaks () : boolean
function set RemoveUnparentedCloaks (value : boolean)
Property Value
Type: System.Boolean
True if any cloaks in the initial working folders (this.Folders) which are not parented by a mapping are removed silently; 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.