VerificationConditionalOperator Enumeration
.NET Framework (current version)
Specifies operators for a conditional expression used in a VerificationAttribute class.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Equals | The equal to operator (=). | |
| NotEquals | The not equal to operator (!=). |
When using extending a class, member or indexer with a VerificationAttribute, you may use a conditional expression to define how accessibility is verified. The left side of a conditional expression is the ConditionalProperty and the right side is the ConditionalValue. When the Equals operator is used, the left side must equal the right side of the conditional expression for the verification rule to report true. When the NotEquals operator is used, the left side must not equal to the right side of the conditional expression for the verification rule to report true.
.NET Framework
Available since 2.0
Available since 2.0
Show: