Share via


ValidationProvider.ErrorProvider Property

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.

Gets or sets the ErrorProvider to which formatted validation errors should be posted when validating a Control.

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

Syntax

'Declaration
PublicPropertyErrorProviderAs ErrorProvider
public ErrorProvider ErrorProvider { get; set; }
public:
property ErrorProvider^ ErrorProvider {
    ErrorProvider^ get ();
    voidset (ErrorProvider^ value);
}
publicfunction getErrorProvider () : ErrorProvider
publicfunction setErrorProvider (value : ErrorProvider)

See Also

ValidationProvider Class

Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms 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.