Share via


MinLengthAttribute(Int32) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Longitud de los datos de la matriz o de la cadena.

Se aplica a