Gets the named Property for the Expression.

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string PropertyName { get; }
Visual Basic
Public ReadOnly Property PropertyName As String
	Get
Visual C++
public:
property String^ PropertyName {
	String^ get ();
}

Field Value

A string that is the name of the Property.

See Also