Compartilhar via


MinLengthAttribute(Int32) Construtor

Definição

Inicializa uma nova instância da classe MinLengthAttribute.

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 dos dados de cadeia de caracteres ou matriz.

Aplica-se a