Gets and sets the RefinementConfig at the specified index.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

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

Parameters

index
Type: System..::..Int32
The zero-based index of the element to get or set.

Field Value

The RefinementConfig at the specified index.

Implements

IList..::..Item[([( Int32])])

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionindex is out of range.

See Also