Gets and sets the value for this FilterCompare.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual string Value { get; set; }
Visual Basic
Public Overridable Property Value As String
	Get
	Set
Visual C++
public:
virtual property String^ Value {
	String^ get ();
	void set (String^ value);
}

Field Value

The value to be compared.

Remarks

The value will be compared to the value of the fieldName, using the specified comparison function. For the DVAL function, value specifies the ID of the dimension value that will be used to filter records.

Note that this value is ignored for the IS_NULL and IS_NOT_NULL functions.

See Also