RegularExpressionAttribute.MatchTimeoutInMilliseconds Propriedade

Definição

Obtém ou define a quantidade de tempo em milissegundos para executar uma única operação de correspondência antes que o tempo limite da operação seja atingido.Gets or sets the amount of time in milliseconds to execute a single matching operation before the operation times out.

public:
 property int MatchTimeoutInMilliseconds { int get(); void set(int value); };
public int MatchTimeoutInMilliseconds { get; set; }
member this.MatchTimeoutInMilliseconds : int with get, set
Public Property MatchTimeoutInMilliseconds As Integer

Valor da propriedade

Int32

A quantidade de tempo em milissegundos para executar uma única operação correspondente.The amount of time in milliseconds to execute a single matching operation.

Aplica-se a