Class AzureSearchOptions
Search options which can be used to refine the search request.
Inheritance
System.Object
AzureSearchOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Azure
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class AzureSearchOptions
Constructors
AzureSearchOptions()
Initializes a new instance of the AzureSearchOptions class.
Declaration
public AzureSearchOptions()
Properties
AzureSearchMode
Gets or sets value indicating the Azure search mode.
Declaration
public AzureSearchMode AzureSearchMode { get; set; }
Property Value
AzureSearchMode
|
Count
Gets or sets value specifying the number of search results to return. The default value is 5.
Declaration
public int Count { get; set; }
Property Value
System.Int32
|