System.Web.UI.VerificationConditionalOperator Enumeration

Specifies operators for a conditional expression used in a System.Web.UI.VerificationAttribute class.

Syntax

public enum VerificationConditionalOperator

Remarks

When using extending a class, member or indexer with a System.Web.UI.VerificationAttribute, you may use a conditional expression to define how accessibility is verified. The left side of a conditional expression is the VerificationAttribute.ConditionalProperty and the right side is the VerificationAttribute.ConditionalValue. When the VerificationConditionalOperator.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 VerificationConditionalOperator.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.

Members

Member NameDescription
Equals

The equal to operator (=).

NotEquals

The not equal to operator (!=).

Requirements

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