Share via


LabelItemSpec.Exclude Property

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

Syntax

'宣言
Public Property Exclude As Boolean
    Get
    Set
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

.NET Framework Security

See Also

Reference

LabelItemSpec Class

Microsoft.TeamFoundation.VersionControl.Server Namespace