ConfigurationValidatorBase.Validate Method (Object)
.NET Framework (current version)
Determines whether the value of an object is valid.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- value
-
Type:
System.Object
The object value.
An object derived from the ConfigurationValidatorBase class contains the criteria necessary to validate an object. The criteria are established when the derived class is instantiated. The object to validate is passed as a parameter of the Validate method.
.NET Framework
Available since 2.0
Available since 2.0
Show: