VerificationReportLevel Enumeration

 

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public enum class VerificationReportLevel

Member nameDescription
Error

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

Guideline

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

Warning

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

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

.NET Framework
Available since 2.0
Return to top
Show: