Gets the result group at the specified index.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual Object this[
	int index
] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( _
	index As Integer _
) As Object
	Get
Visual C++
public:
virtual property Object^ default[int index] {
	Object^ get (int index);
}

Parameters

index
Type: System..::..Int32
The position of the desired result group.

Field Value

The result group at the specified index.

See Also