Gets whether the results for each group of dimensions have more results than were returned. This can occur when the user has specified the maximum number of results for each dimension group in the CompoundDimensionSearchCommand

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; }
Visual Basic (Declaration)
Public ReadOnly Property HasMore As Boolean
Visual C++
public:
property bool HasMore {
	bool get ();
}

See Also