Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Determines whether the value of an object is valid.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual void Validate(
	Object^ value
) abstract

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
Return to top
Show:
© 2017 Microsoft