Endeca Presentation API
AnalyticsQuery Property
NamespacesEndeca.NavigationENEQueryAnalyticsQuery
Gets and sets the AnalyticsQuery instance that represents the Analytics query that will be sent to the MDEX Engine. On set, if the query is malformed, it will not be set on the HttpENEConnection and a SyntaxException is thrown. An AnalyticsQuery instance can be built programmatically or by calling the parseQuery(String) method.
Declaration Syntax
C#Visual BasicVisual C++
public virtual AnalyticsQuery AnalyticsQuery{ get; set;}
Public Overridable Property AnalyticsQuery As AnalyticsQuery
public:
virtual property AnalyticsQuery^ AnalyticsQuery {
	AnalyticsQuery^ get ();
	void set (AnalyticsQuery^ value);
}
Value
The Analytics query to run.

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