Gets the Type that NHibernate was told to load.

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

Syntax

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

See Also