MaxLengthAttribute.Length 属性

定义

获取数组或字符串数据的最大允许长度。

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

属性值

数组或字符串数据的最大允许长度。

适用于