Class SearchAction
public class SearchAction : WebSearchAction
- Inheritance
-
objectSearchAction
- Inherited Members
Properties
Query
Required. The search query.
public string Query { get; set; }
Property Value
- string
Sources
Optional. The sources used in the search.
public List<UrlSearchSource> Sources { get; set; }
Property Value
- List<UrlSearchSource>