CustomValidationAttribute.ValidatorType 屬性

定義

取得執行自訂驗證的型別。

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

屬性值

執行自訂驗證的類型。

備註

此性質會回傳傳給 ctor CustomValidationAttribute 建構子過載的型別。

適用於