Get the types of the component properties

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

Syntax

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

See Also