Are objects of this type mutable?

Namespace: NHibernate.UserTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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