Get the corresponding "property types"

Namespace: NHibernate.UserTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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