MaxLengthAttribute.Length 속성

정의

배열 또는 문자열 데이터의 허용 가능한 최대 길이를 가져옵니다.

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

속성 값

배열 또는 문자열 데이터의 허용 가능한 최대 길이입니다.

적용 대상