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 IExpr IExpr { get; set; }
Visual Basic (Declaration)
Public Overridable Property IExpr As IExpr
Visual C++
public:
virtual property IExpr^ IExpr {
	IExpr^ get ();
	void set (IExpr^ value);
}

See Also