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

Syntax

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

See Also