RuleActionTrackingEvent.RuleName Property

Definition

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

public:
 property System::String ^ RuleName { System::String ^ get(); };
public string RuleName { get; }
member this.RuleName : string
Public ReadOnly Property RuleName As String

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.

this.synchronizationScopeActivity = new System.Workflow.ComponentModel.SynchronizationScopeActivity();
Me.synchronizationScopeActivity = New System.Workflow.ComponentModel.SynchronizationScopeActivity()

Applies to