MinLengthAttribute(Int32) 构造函数

定义

初始化 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)

参数

length
Int32

数组或字符串数据的长度。

适用于