Gets and sets the select list for the query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual FieldList Selection { get; set; }
Visual Basic
Public Overridable Property Selection As FieldList
	Get
	Set
Visual C++
public:
virtual property FieldList^ Selection {
	FieldList^ get ();
	void set (FieldList^ value);
}

Field Value

The list of fields to return with each record in the navigation query results.

See Also