StringLengthAttribute.MaximumLength 속성

정의

문자열의 최대 길이를 가져오거나 설정합니다.

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

속성 값

문자열의 최대 길이입니다.

적용 대상