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

Syntax

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

See Also