Gets the Value for the Expression.

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

Syntax

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

Field Value

An object that is the value for the Expression.

See Also