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

Syntax

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

See Also