Gets the collection of Search instances describing search terms to be included when this data source makes a navigation query.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[BrowsableAttribute(false)]
public Collection<Search> Searches { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Searches As Collection(Of Search)
Visual C++
[BrowsableAttribute(false)]
public:
property Collection<Search^>^ Searches {
	Collection<Search^>^ get ();
}

See Also