SearchRequest.Query Property
A string containing the query to parse and match to a search result. Optional. Set this property before making a service request.
Syntax
public string Query { set; get; }
Public Property Query As String
Remarks
The Query property contains both the 'what' and 'where' components of a search request.
The Query property string has a maximum length of 256.