Aracılığıyla paylaş


FindCriteriaElement.MaxResults Özellik

Tanım

Ağ veya İnternet'e bağlı hizmetlerden beklenilen en fazla yanıt sayısını alır veya ayarlar.

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

Özellik Değeri

Int32

Maksimum sayı.

Öznitelikler

Açıklamalar

Yanıtlar MaxResults daha önce Duration alındı ise bulma işlemi sona erer.

Şunlara uygulanır