Are instances of this class mutable?

Namespace:  NHibernate.Metadata
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsMutable As Boolean
C#
bool IsMutable { get; }
Visual C++
property bool IsMutable {
	bool get ();
}
JavaScript
function get_isMutable();

See Also