When implemented by a class, gets the name of the Property.
Namespace:
NHibernate.PropertyAssembly: 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 it is not implemented then
nullNothingnullptra null reference (Nothing in Visual Basic) is an acceptable value to return.