MatchProcessingBehavior Enum
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.
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
public enum MatchProcessingBehavior
type MatchProcessingBehavior =
Public Enum MatchProcessingBehavior
- Inheritance
-
MatchProcessingBehavior
Fields
| Name | Value | Description |
|---|---|---|
| Continue | 0 | Continue. |
| Stop | 1 | Stop. |