RuleActionTrackingEvent.RuleName Property

Definition

Gets the name of the Rule that caused the RuleActionTrackingEvent to be raised.

C#
public string RuleName { get; }

Property Value

The Rule that caused one or more actions to execute.

Examples

The following code example shows how to use the RuleActionTrackingEvent class and print the value of the RuleName property to the console upon execution of the rule. This code example is part of the RuleActionTrackingEventSample SDK Sample from the ConsoleTrackingService.cs file. For more information, see RuleActionTrackingEvent Sample.

C#
this.synchronizationScopeActivity = new System.Workflow.ComponentModel.SynchronizationScopeActivity();

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1