Gets or sets a value indicating the maximum number of tags that will be returned in the tag cloud.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<int> MaximumNumberOfTags { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property MaximumNumberOfTags As Nullable(Of Integer)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<int> MaximumNumberOfTags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also