When implemented by a class, gets the Type that the Property/Field returns.
Namespace:
NHibernate.PropertyAssembly: 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(); |