Get the corresponding "property types"

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

Syntax

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

See Also