Partager via


MinLengthAttribute(Int32) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

length
Int32

Longueur du tableau ou des données de type chaîne.

S’applique à