FindCriteriaElement.MaxResults Vlastnost

Definice

Získá nebo nastaví maximální počet odpovědí, na které se má čekat, ze služeb v síti nebo na internetu.

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

Hodnota vlastnosti

Int32

Maximální číslo.

Atributy

Poznámky

Pokud MaxResults jsou odpovědi přijaty před Duration uplynutím doby, operace hledání se ukončí.

Platí pro