Gets and sets the fieldName for this FilterCompare.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

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

Field Value

The name of an Endeca property or dimension that is the fieldName setting for this FilterCompare.

The value of this field will either be tested for a null value or will be compared to the val parameter. Note that this value is ignored for the DVAL function.

See Also