Gets a value indicating whether the ERecSearchKeyList is read-only.

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

Syntax

C#
public virtual bool IsReadOnly { get; }
Visual Basic
Public Overridable ReadOnly Property IsReadOnly As Boolean
	Get
Visual C++
public:
virtual property bool IsReadOnly {
	bool get ();
}

Field Value

true if the ERecSearchKeyList is read-only; otherwise, false. The default is true.

Implements

IList..::..IsReadOnly

See Also