Endeca Presentation API
Value Property
NamespacesEndeca.Navigation.AnalyticsFilterCompareValue
Gets and sets the value for this FilterCompare.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Value{ get; set;}
Public Overridable Property Value As String
public:
virtual property String^ Value {
	String^ get ();
	void set (String^ value);
}
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.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0