Gets the Value for the Expression.

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Value As Object
C#
public Object Value { get; }
Visual C++
public:
property Object^ Value {
	Object^ get ();
}
JavaScript
function get_value();

Field Value

An object that is the value for the Expression.

See Also