Compartilhar via


FindCriteriaElement.MaxResults Propriedade

Definição

Obtém ou define o número máximo de respostas a esperar, de serviços em uma rede ou na 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

Valor da propriedade

Int32

Um número máximo.

Atributos

Comentários

Se MaxResults as respostas forem recebidas antes Duration de ter decorrido, a operação Localizar terminará.

Aplica-se a