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

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

Implements

ISetter..::.PropertyName

See Also