CallbackValidatorAttribute Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Specifies a CallbackValidator object to use for code validation. This class cannot be inherited.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Property)> _ Public NotInheritable Class CallbackValidatorAttribute Inherits ConfigurationValidatorAttribute 'Usage Dim instance As CallbackValidatorAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property) */ public final class CallbackValidatorAttribute extends ConfigurationValidatorAttribute
AttributeUsageAttribute(AttributeTargets.Property) public final class CallbackValidatorAttribute extends ConfigurationValidatorAttribute
The CallbackValidatorAttribute attribute class provides an association between a CallbackValidator object and the code to validate. The CallbackValidatorAttribute class is derived from the ConfigurationValidatorAttribute class.
System.Object
System.Attribute
System.Configuration.ConfigurationValidatorAttribute
System.Configuration.CallbackValidatorAttribute
System.Attribute
System.Configuration.ConfigurationValidatorAttribute
System.Configuration.CallbackValidatorAttribute
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: