SearchRequest.Query Property (Bing, Version 2.0)

Text of the query submitted to the Bing Engine for a SearchRequest.

Public Property Query As String
public string Query { get; set; }

Remarks

The query can contain any valid query text supported by the Bing Engine.

Note: For the News SourceType, if a value is not specified for this property, Bing attempts to return a selection of local news headlines.

See Also

Concepts

Code Samples (Bing, Version 2.0)