Get the type of the thing containing the properties

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

Syntax

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

See Also