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

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

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 AssocNavigationRefsList is read-only; otherwise, false. The default is true.

Implements

IList..::..IsReadOnly

See Also