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.

C# | Visual Basic | Visual C++ |
public virtual AnalyticsQuery AnalyticsQuery{ get; set;}
Public Overridable Property AnalyticsQuery As AnalyticsQuery
public: virtual property AnalyticsQuery^ AnalyticsQuery { AnalyticsQuery^ get (); void set (AnalyticsQuery^ value); }

The Analytics query to run.