Endeca Presentation API
Name Property
NamespacesEndeca.Navigation.AnalyticsStatementName
Gets and sets the name of the current Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Name{ get; set;}
Public Overridable Property Name As String
public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}
Value
The name of the current Statement. If no name has been set, the getting version returns null.
Remarks
The name of the Statement must be non-null for the Statement to be syntactically valid.

Once the query is sent to the MDEX Engine and a response is returned, the Statement name must be used as the parameter to the GetAnalyticsStatementResult(String) method to obtain an AnalyticsStatementResult containing the records associated with the Statement.

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