WorkflowWebService.WorkflowRuntime Property

Definition

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

Property Value

The current WorkflowRuntime.

Applies to