VerificationReportLevel Enumeration
.NET Framework (current version)
Specifies reporting levels for an accessibility rule defined by an VerificationAttribute instance.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 2.0
Show: