ExpressionType.Ignore Field
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.
Any predicate expression wrapped in this will be ignored for specialization.
public const string Ignore;
val mutable Ignore : string
Public Const Ignore As String
Field Value
Remarks
This is useful for when you need to add expression to the trigger that are part of rule mechanics rather than of intent. For example, if you have a counter for how often a particular message is displayed, then that is part of the triggering condition, but all such rules would be incomparable because they counter is per-rule.