ValidationAttribute.ValidatorType Property
Retrieves the validator Type.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ValidatorType As Type
public Type ValidatorType { get; }
public:
property Type^ ValidatorType {
Type^ get ();
}
public function get ValidatorType () : Type
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.Validation Namespace