Gets the PropertyInfo for the Property.

Namespace: NHibernate.Properties
Assembly: 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;
}

Field Value

The PropertyInfo for the Property.

Implements

IGetter..::..Method

See Also