TimeSpanValidatorAttribute::ValidatorInstance Property

 

Gets an instance of the TimeSpanValidator class.

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

public:
property ConfigurationValidatorBase^ ValidatorInstance {
	virtual ConfigurationValidatorBase^ get() override;
}

You use the ValidatorInstance property to perform string validation by calling its Validate method.

.NET Framework
Available since 2.0
Return to top
Show: