The Hibernate types of the classes properties

Namespace: NHibernate.Metadata
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IType[] PropertyTypes { get; }
Visual Basic
ReadOnly Property PropertyTypes As IType()
	Get
Visual C++
property array<IType^>^ PropertyTypes {
	array<IType^>^ get ();
}

See Also