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