Gets the named Property for the Expression.
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property PropertyName As String |
C# |
---|
public string PropertyName { get; } |
Visual C++ |
---|
public: property String^ PropertyName { String^ get (); } |
JavaScript |
---|
function get_propertyName(); |