Share via


CustomValidatorData.Reset Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Resets the internal state of the CustomValidatorData object, including the locks and the properties collection.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Validation.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)

Syntax

'Declaration
ProtectedOverridesSubReset ( _
    parentElementAs ConfigurationElement _
)
protectedoverridevoidReset(
    ConfigurationElement parentElement
)
protected:
virtualvoidReset(
    ConfigurationElement^ parentElement
) override
protectedoverridefunctionReset(
    parentElement : ConfigurationElement
)

Parameters

See Also

CustomValidatorData Class

Microsoft.Practices.EnterpriseLibrary.Validation.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.