This documentation is archived and is not being maintained.

LabelItemSpec::Exclude Property

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)

public:
property bool Exclude {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to exclude this item from a listing; otherwise, false.

Show: