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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property MappedClass As Type
C#
public Type MappedClass { get; }
Visual C++
public:
property Type^ MappedClass {
	Type^ get ();
}
JavaScript
function get_mappedClass();

See Also