Share via


ExceptionEntryValueMatchOperator Enum

Definition

Operates on the allowed values for the matchVariable.

public enum ExceptionEntryValueMatchOperator
type ExceptionEntryValueMatchOperator = 
Public Enum ExceptionEntryValueMatchOperator
Inheritance
ExceptionEntryValueMatchOperator

Fields

Name Value Description
EqualsValue 0

Equals.

Contains 1

Contains.

StartsWith 2

StartsWith.

EndsWith 3

EndsWith.

IPMatch 4

IPMatch.

Applies to