CustomValidationAttribute.ValidatorType Egenskap

Definition

Hämtar den typ som utför anpassad validering.

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

Egenskapsvärde

Den typ som utför anpassad validering.

Attribut

Kommentarer

Den här egenskapen returnerar den typ som skickas till ctor-konstruktorns CustomValidationAttribute överlagring.

Gäller för