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

Syntax

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

See Also