Gets and sets the value for this ExprKey.

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 name of an Endeca property or dimension.

See Also