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.
ConfigurationProperty::Validator Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the ConfigurationValidatorAttribute, which is used to validate this ConfigurationProperty object.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationValidatorBase^ Validator { ConfigurationValidatorBase^ get(); }
Property Value
Type: System.Configuration::ConfigurationValidatorBase^The ConfigurationValidatorBase validator, which is used to validate this ConfigurationProperty.
.NET Framework
Available since 2.0
Available since 2.0
Show: