Gets or sets the schema element at the specified index.

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

Syntax

C#
public T this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As T
Visual C++
public:
property T default[int index] {
	T get (int index);
	void set (int index, T value);
}

Parameters

index
Type: System..::.Int32
Index of element to get or set.

See Also