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 working folders set (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 the unparented cloaks are removed; 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.