WorkflowRuntimeBehavior.WorkflowRuntime プロパティ

定義

WorkflowRuntime インスタンスに関連付けられているWorkflowServiceHostを取得します。

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

プロパティ値

WorkflowRuntime オブジェクト。

注釈

このプロパティを取得する前に WorkflowRuntime オブジェクトが初期化されていない場合は、新しい WorkflowRuntime オブジェクトが作成されます。

適用対象