StringLengthAttribute.MaximumLength 属性

定义

获取或设置字符串的最大长度。

public:
 property int MaximumLength { int get(); };
public int MaximumLength { get; }
member this.MaximumLength : int
Public ReadOnly Property MaximumLength As Integer

属性值

字符串的最大长度。

适用于