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

Syntax

Visual Basic (Declaration)
Public Property IsConstrained As Boolean
C#
public bool IsConstrained { get; set; }
Visual C++
public:
property bool IsConstrained {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isConstrained();
function set_isConstrained(value);

See Also