ISolutionSearchParameters.MaximumResults Property

Definition

Gets the maximum number of results that should be returned by the search. If more results than this are available, the search provider should call OnMaximumResultsExceeded() to indicate that not all results were returned.

public:
 property System::UInt32 MaximumResults { System::UInt32 get(); };
public:
 property unsigned int MaximumResults { unsigned int get(); };
public uint MaximumResults { get; }
member this.MaximumResults : uint32
Public ReadOnly Property MaximumResults As UInteger

Property Value

Applies to