WorkflowRuntimeBehavior.WorkflowRuntime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le WorkflowRuntime associé à un instance de 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
Valeur de propriété
Objet WorkflowRuntime.
Remarques
Si l'objet WorkflowRuntime n'est pas initialisé avant la récupération de cette propriété, un nouvel objet WorkflowRuntime est créé.