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

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

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

Implements

IList..::.IsReadOnly

See Also