Gets the Type that the Property returns.

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

Syntax

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

Field Value

The Type that the Property returns.

Implements

IGetter..::..ReturnType

See Also