CustomValidationAttribute.ValidatorType 屬性

定義

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

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

屬性值

執行自訂驗證的型別。

備註

這個屬性會傳回傳遞至 ctor CustomValidationAttribute 建構函式多載的類型。

適用於