Share via


HostedFileSearchTool.MaximumResultCount Property

Definition

Gets or sets a requested bound on the number of matches the tool should produce.

public:
 property Nullable<int> MaximumResultCount { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaximumResultCount { get; set; }
member this.MaximumResultCount : Nullable<int> with get, set
Public Property MaximumResultCount As Nullable(Of Integer)

Property Value

Applies to