StringLengthAttribute.MinimumLength 속성

정의

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

public:
 property int MinimumLength { int get(); void set(int value); };
public int MinimumLength { get; set; }
member this.MinimumLength : int with get, set
Public Property MinimumLength As Integer

속성 값

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

적용 대상