Table of Contents

bindingMatch attribute

Specifies one or more values for a specific binding.

Content Type

string

Parent

TrapMapping

Remarks

This attribute consists of two parts, separated by a colon:

  • the number of the binding, and
  • a pipe-separated enumeration of values you want to compare to the value of the binding.

Wildcards are allowed.

Examples

<TrapMapping bindingMatch="1:1" />
<TrapMapping bindingMatch="*" />