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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasMutableProperties As Boolean
C#
public bool HasMutableProperties { get; }
Visual C++
public:
property bool HasMutableProperties {
	bool get ();
}
JavaScript
function get_hasMutableProperties();

See Also