SuggestParameters.Top Property
Optional. Gets or sets the number of suggestions to retrieve. This must be a value between 1 and 100. The default is to 5.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As SuggestParameters
Dim value As Nullable(Of Integer)
value = instance.Top
instance.Top = value
Syntax
'Declaration
Public Property Top As Nullable(Of Integer)
public Nullable<int> Top { get; set; }
public:
property Nullable<int> Top {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_Top ()
/** @property */
public void set_Top (Nullable<int> value)
public function get Top () : Nullable<int>
public function set Top (value : Nullable<int>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SuggestParameters Class
SuggestParameters Members
Microsoft.Azure.Search.Models Namespace