StringLengthAttribute(Int32) 构造函数

定义

使用指定的最大长度初始化 StringLengthAttribute 类的新实例。

public:
 StringLengthAttribute(int maximumLength);
public StringLengthAttribute (int maximumLength);
new System.ComponentModel.DataAnnotations.StringLengthAttribute : int -> System.ComponentModel.DataAnnotations.StringLengthAttribute
Public Sub New (maximumLength As Integer)

参数

maximumLength
Int32

字符串的最大长度。

适用于