Gets the name of the Property.

Namespace:  NHibernate.Property
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PropertyName As String
C#
public string PropertyName { get; }
Visual C++
public:
virtual property String^ PropertyName {
	String^ get () sealed;
}
JavaScript
function get_propertyName();

Field Value

The name of the Property.

Implements

IGetter..::.PropertyName

See Also