ISolutionSearchParameters.MaximumResults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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