Get the type of a particular (named) property

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

Syntax

Visual Basic (Declaration)
Function GetPropertyType ( _
	propertyName As String _
) As IType
C#
IType GetPropertyType(
	string propertyName
)
Visual C++
IType^ GetPropertyType(
	String^ propertyName
)
JavaScript
function getPropertyType(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

See Also