Gets or sets the number of results per compound group in the dimension search results.

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

Syntax

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

See Also