Gets or sets the number of dimension values to return per dimension in the dimension search results.

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

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Dxp")]
public Nullable<int> DimensionValuesPerDimension { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Dxp")> _
Public Property DimensionValuesPerDimension As Nullable(Of Integer)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Dxp")]
public:
property Nullable<int> DimensionValuesPerDimension {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also