Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a flag that describes whether to exclude this item from a listing.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Exclude As Boolean
public bool Exclude { get; set; }
public:
property bool Exclude {
bool get ();
void set (bool value);
}
member Exclude : bool with get, set
function get Exclude () : boolean
function set Exclude (value : boolean)
Property Value
Type: System.Boolean
True to exclude this item from a listing; 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.