The PropertyFilter type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| m_acceptOnMatch |
Flag to indicate the behavior when we have a match
(Inherited from StringMatchFilter.) | |
| m_regexToMatch |
A regex object to match (generated from m_stringRegexToMatch)
(Inherited from StringMatchFilter.) | |
| m_stringRegexToMatch |
A string regex to match
(Inherited from StringMatchFilter.) | |
| m_stringToMatch |
The string to substring match against the message
(Inherited from StringMatchFilter.) |
See Also