Is this class mapped as a subclass of another class?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsInherited As Boolean
C#
bool IsInherited { get; }
Visual C++
property bool IsInherited {
	bool get ();
}
JavaScript
function get_isInherited();

See Also