Gets the Type that the Property returns.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ReturnType As Type
C#
public Type ReturnType { get; }
Visual C++
public:
virtual property Type^ ReturnType {
	Type^ get () sealed;
}
JavaScript
function get_returnType();

Field Value

The Type that the Property returns.

Implements

IGetter..::.ReturnType

See Also