When implemented by a class, gets the name of the Property.

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

Syntax

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

Field Value

The name of the Property or nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

This is an optional operation - if the IGetter is not for a Property get then nullNothingnullptra null reference (Nothing in Visual Basic) is an acceptable value to return.

See Also