WorkflowRuntimeBehavior.WorkflowRuntime Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene la classe WorkflowRuntime associata a un'istanza 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
Valore della proprietà
Un oggetto WorkflowRuntime.
Commenti
Se l'oggetto WorkflowRuntime non è stato inizializzato prima del recupero di questa proprietà, verrà creato un nuovo oggetto WorkflowRuntime.