MinLengthAttribute(Int32) Construtor

Definição

Inicializa uma nova instância da MinLengthAttribute classe.

public:
 MinLengthAttribute(int length);
public MinLengthAttribute(int length);
new System.ComponentModel.DataAnnotations.MinLengthAttribute : int -> System.ComponentModel.DataAnnotations.MinLengthAttribute
Public Sub New (length As Integer)

Parâmetros

length
Int32

O comprimento do array ou dos dados da cadeia.

Aplica-se a