StringLengthAttribute(Int32) 생성자

정의

지정된 최대 길이를 사용하여 StringLengthAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 StringLengthAttribute(int maximumLength);
public StringLengthAttribute (int maximumLength);
new System.ComponentModel.DataAnnotations.StringLengthAttribute : int -> System.ComponentModel.DataAnnotations.StringLengthAttribute
Public Sub New (maximumLength As Integer)

매개 변수

maximumLength
Int32

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

적용 대상