Gets the Type that the Field returns.
Namespace:
NHibernate.PropertyAssembly: 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(); |