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#
public string PropertyName { get; }
Visual Basic
Public ReadOnly Property PropertyName As String
	Get
Visual C++
public:
virtual property String^ PropertyName {
	String^ get () sealed;
}

Field Value

nullNothingnullptra null reference (Nothing in Visual Basic) since this is a Field - not a Property.

Implements

IGetter..::..PropertyName

See Also