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

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string PropertyName { get; }
Visual Basic
ReadOnly Property PropertyName As String
	Get
Visual C++
property String^ PropertyName {
	String^ get ();
}

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