The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: