Activity.ExecutionResult プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインスタンスを最後に実行した際の ActivityExecutionResult を取得します。
public:
property System::Workflow::ComponentModel::ActivityExecutionResult ExecutionResult { System::Workflow::ComponentModel::ActivityExecutionResult get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.ActivityExecutionResult ExecutionResult { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExecutionResult : System.Workflow.ComponentModel.ActivityExecutionResult
Public ReadOnly Property ExecutionResult As ActivityExecutionResult
プロパティ値
このインスタンスを最後に実行した際の ActivityExecutionResult。
- 属性
注釈
このプロパティは、ワークフロー インスタンスが実行されている場合のみ使用できます。