次の方法で共有


RuleActionTrackingEvent.RuleName プロパティ

定義

Rule が発生する根拠となった RuleActionTrackingEvent の名前を取得します。

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

プロパティ値

アクションを実行する根拠となった Rule

RuleActionTrackingEvent クラスを使用して、ルールの実行時に RuleName プロパティの値をコンソールに出力する方法を示すコード例を次に示します。 このコード例は、ConsoleTrackingService.cs ファイルから抜粋した RuleActionTrackingEventSample SDK サンプルの一部です。 詳細については、「 RuleActionTrackingEvent サンプル」を参照してください。

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

適用対象