Gets or sets a value indicating the number of distinct tag sizes to which dimension values will be assigned.

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()]
public int TagSizeCount { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property TagSizeCount As Integer
Visual C++
[DefaultValueAttribute()]
public:
property int TagSizeCount {
	int get ();
	void set (int value);
}

See Also