다음을 통해 공유


CustomValidationAttribute.ValidatorType 속성

정의

사용자 지정 유효성 검사를 수행하는 형식을 가져옵니다.

public:
 property Type ^ ValidatorType { Type ^ get(); };
public Type ValidatorType { get; }
member this.ValidatorType : Type
Public ReadOnly Property ValidatorType As Type

속성 값

사용자 지정 유효성 검사를 수행하는 형식입니다.

설명

이 속성은 ctor CustomValidationAttribute 생성자 오버로드에 전달되는 형식을 반환합니다.

적용 대상