PropertyInformation::Validator Property
.NET Framework (current version)
Gets a ConfigurationValidatorBase object related to the configuration attribute.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationValidatorBase^ Validator { ConfigurationValidatorBase^ get(); }
Property Value
Type: System.Configuration::ConfigurationValidatorBase^A ConfigurationValidatorBase object.
Use the returned ConfigurationValidatorBase object to validate the value configuration attribute.
The following code example demonstrates how to use the Type property. This code example is part of a larger example provided for the PropertyInformation class.
.NET Framework
Available since 2.0
Available since 2.0
Show: