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

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Type ReturnType { get; }
Visual Basic
ReadOnly Property ReturnType As Type
	Get
Visual C++
property Type^ ReturnType {
	Type^ get ();
}

Field Value

The Type that the Property returns.

See Also