Gets the Type that the Property returns.
Namespace: NHibernate.PropertiesAssembly: 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; } |