Partager via


FindCriteriaElement.MaxResults Propriété

Définition

Obtient ou définit le nombre maximal de réponses à attendre en provenance des services sur un réseau ou 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

Valeur de propriété

Int32

Nombre maximal.

Attributs

Remarques

Si les réponses MaxResults sont reçues avant que la propriété Duration expire, l'opération de recherche prend fin.

S’applique à