Get the type of the thing containing the properties

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

Syntax

C#
IType Type { get; }
Visual Basic
ReadOnly Property Type As IType
	Get
Visual C++
property IType^ Type {
	IType^ get ();
}

See Also