Was the read-only mode explicitly initialized?

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsReadOnlyInitialized { get; }
Visual Basic
ReadOnly Property IsReadOnlyInitialized As Boolean
	Get
Visual C++
property bool IsReadOnlyInitialized {
	bool get ();
}

Return Value

true if the read-only mode was explicitly initialized, otherwise false.

See Also