Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation.AccessControl
Assembly:  Endeca.Navigation.AccessControl (in Endeca.Navigation.AccessControl.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
string this[
	int index
] { get; }
Visual Basic (Declaration)
ReadOnly Default Property Item ( _
	index As Integer _
) As String
Visual C++
property String^ default[int index] {
	String^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also