Gets the PropertyInfo for the mapped Property.

Namespace:  NHibernate.Property
Assembly:  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();

Field Value

The PropertyInfo for the mapped Property.

Implements

ISetter..::.Method

See Also