Gets the PropertyInfo for the Property.
Namespace:
NHibernate.PropertyAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Method As MethodInfo |
C# |
---|
public MethodInfo Method { get; } |
Visual C++ |
---|
public: virtual property MethodInfo^ Method { MethodInfo^ get () sealed; } |
JavaScript |
---|
function get_method(); |