Gets or sets whether the number of valid dimension values exceeds the number of dimension values requested. DimensionValuesPerDimension.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public bool HasMore { get; set; }
Visual Basic (Declaration)
Public Property HasMore As Boolean
Visual C++
public:
property bool HasMore {
	bool get ();
	void set (bool value);
}

See Also