ConfigurationProperty::Validator Property

 

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.

Namespace:   System.Configuration
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.

The following code example shows how to get the Validator for a specified property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: