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, ignore files below the start local item will not be processed when evaluating exclusions.
The default value for this flag is false.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property UseOnlyStartLocalItemExclusions As Boolean
public bool UseOnlyStartLocalItemExclusions { get; set; }
public:
property bool UseOnlyStartLocalItemExclusions {
bool get ();
void set (bool value);
}
member UseOnlyStartLocalItemExclusions : bool with get, set
function get UseOnlyStartLocalItemExclusions () : boolean
function set UseOnlyStartLocalItemExclusions (value : boolean)
Property Value
Type: System.Boolean
true if the ignore files below the start local item will not be processed when evaluating exclusions; 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.