Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property PropertyAccessorName As String |
C# |
---|
public string PropertyAccessorName { get; set; } |
Visual C++ |
---|
public: property String^ PropertyAccessorName { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_propertyAccessorName(); function set_propertyAccessorName(value); |