When implemented by a class, gets the Type that the Property/Field returns.

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

Syntax

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

Field Value

The Type that the Property returns.

See Also