New to Telerik UI for WinFormsStart a free 30-day trial

Represents unified azure search request.

Definition

Namespace:Telerik.WinControls.UI.Map.Azure

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class AzureSearchRequest

Inheritance: objectAzureSearchRequest

Constructors

Initializes a new instance of the AzureSearchRequest class.

C#
public AzureSearchRequest()

Properties

A string containing the query to parse and match to a search result.

C#
public string Query { get; set; }

Search options which can be used to refine the search request.

C#
public AzureSearchOptions SearchOptions { get; set; }