Namespace:  NHibernate.Expression
Assembly:  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();

See Also