RuleActionTrackingEvent.ConditionResult Property
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.
Gets the result of the condition evaluation.
public:
property bool ConditionResult { bool get(); };
public bool ConditionResult { get; }
member this.ConditionResult : bool
Public ReadOnly Property ConditionResult As Boolean
Property Value
The result of the rule condition: true
or false
.