MessageMatch 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.
public enum MessageMatch
type MessageMatch =
- Inheritance
-
MessageMatch
Fields
Name | Value | Description |
---|---|---|
Exact | 0 | |
Contains | 1 | |
Regex | 2 | |
StartsWith | 3 |