MinLengthAttribute(Int32) 생성자

정의

MinLengthAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

length
Int32

배열 또는 문자열 데이터의 길이입니다.

적용 대상