Udostępnij za pośrednictwem


FindCriteriaElement.MaxResults Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę odpowiedzi do oczekiwania z usług w sieci lub Internecie.

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

Wartość właściwości

Int32

Maksymalna liczba.

Atrybuty

Uwagi

Jeśli MaxResults odpowiedzi zostaną odebrane przed Duration upływem czasu, operacja odnajdowania kończy się.

Dotyczy