VerificationAttribute.VerificationConditionalOperator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a VerificationConditionalOperator enumeration value indication how the accessibility checkpoint is verified.
public:
property System::Web::UI::VerificationConditionalOperator VerificationConditionalOperator { System::Web::UI::VerificationConditionalOperator get(); };
public System.Web.UI.VerificationConditionalOperator VerificationConditionalOperator { get; }
member this.VerificationConditionalOperator : System.Web.UI.VerificationConditionalOperator
Public ReadOnly Property VerificationConditionalOperator As VerificationConditionalOperator
Property Value
One of the VerificationConditionalOperator enumeration values. The default value is Equals.
Remarks
The VerificationConditionalOperator property can be set when the VerificationAttribute instance is created, but is optional. If you use a constructor that does not take a conditionalOperator
parameter, the default value of Equals is used.