CustomValidationAttribute.ValidatorType Propriété

Définition

Obtient le type qui effectue une validation personnalisée.

public:
 property Type ^ ValidatorType { Type ^ get(); };
public Type ValidatorType { get; }
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)]
public Type ValidatorType { get; }
member this.ValidatorType : Type
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>]
member this.ValidatorType : Type
Public ReadOnly Property ValidatorType As Type

Valeur de propriété

Type qui effectue une validation personnalisée.

Attributs

Remarques

Cette propriété retourne le type passé à la surcharge du constructeur dector CustomValidationAttribute .

S’applique à