FindCriteriaElement.MaxResults Property

Definition

Gets or sets the maximum number of replies to wait for, from services on a network or the Internet.

public:
 property int MaxResults { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxResults", DefaultValue=2147483647)]
[System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)]
public int MaxResults { get; set; }
[<System.Configuration.ConfigurationProperty("maxResults", DefaultValue=2147483647)>]
[<System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)>]
member this.MaxResults : int with get, set
Public Property MaxResults As Integer

Property Value

A maximum number.

Attributes

Remarks

If MaxResults replies are received before Duration has elapsed, the find operation ends.

Applies to