Endeca Presentation API
SelectList Property
NamespacesEndeca.Navigation.AnalyticsStatementSelectList
Gets and sets the list of Select expressions for this Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual SelectList SelectList{ get; set;}
Public Overridable Property SelectList As SelectList
public:
virtual property SelectList^ SelectList {
	SelectList^ get ();
	void set (SelectList^ value);
}
Value
A SelectList containing the Select expressions for this Statement.
Remarks
Each Select associates a derived value with each result aggregated record produced by this Statement.

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