System.Web.UI.VerificationReportLevel Enumeration

Specifies reporting levels for an accessibility rule defined by an System.Web.UI.VerificationAttribute instance.

Syntax

public enum VerificationReportLevel

Remarks

When using extending a class, member or indexer with a System.Web.UI.VerificationAttribute, you must define the level of reporting that the verification rule represents by specifying one of the System.Web.UI.VerificationReportLevel values.

Members

Member NameDescription
Error

The verification rule represented by the System.Web.UI.VerificationAttribute instance is an error.

Guideline

The verification rule represented by the System.Web.UI.VerificationAttribute instance is a guideline.

Warning

The verification rule represented by the System.Web.UI.VerificationAttribute instance is a warning.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0