Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation.Analytics
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

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

See Also