WorkflowWebService.WorkflowRuntime 属性

定义

提供对当前执行工作流的 WorkflowRuntime 的访问。Provides access to the current WorkflowRuntime, which executes the workflow.

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

属性值

WorkflowRuntime

当前的 WorkflowRuntimeThe current WorkflowRuntime.

适用于