RegularExpressionAttribute.MatchTimeoutInMilliseconds Property

Definition

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

Property Value

The amount of time in milliseconds to execute a single matching operation.

Applies to