MinLengthAttribute(Int32) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

length
Int32

Lunghezza della matrice o dei dati stringa.

Si applica a