CustomValidationAttribute.ValidatorType Tulajdonság
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Lekéri az egyéni ellenőrzést végző típust.
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
Tulajdonság értéke
Az egyéni ellenőrzést végző típus.
- Attribútumok
Megjegyzések
Ez a tulajdonság a ctor CustomValidationAttribute konstruktor túlterhelésének átadott típust adja vissza.