Gets the PropertyInfo for the mapped Property.
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public MethodInfo Method { get; } |
Visual Basic |
---|
Public ReadOnly Property Method As MethodInfo Get |
Visual C++ |
---|
public: virtual property MethodInfo^ Method { MethodInfo^ get () sealed; } |