WorkflowRuntimeService.Runtime プロパティ

定義

このサービスの WorkflowRuntime を取得します。

protected:
 property System::Workflow::Runtime::WorkflowRuntime ^ Runtime { System::Workflow::Runtime::WorkflowRuntime ^ get(); };
protected System.Workflow.Runtime.WorkflowRuntime Runtime { get; }
member this.Runtime : System.Workflow.Runtime.WorkflowRuntime
Protected ReadOnly Property Runtime As WorkflowRuntime

プロパティ値

WorkflowRuntime

WorkflowRuntimeService オブジェクト。

注釈

ワークフロー ランタイム エンジンは、サービスに対する Start を呼び出す前に、このプロパティを設定します。

適用対象