WorkflowRuntimeService.Runtime 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 WorkflowRuntime pour ce service.
protected:
property System::Workflow::Runtime::WorkflowRuntime ^ Runtime { System::Workflow::Runtime::WorkflowRuntime ^ get(); };
protected System.Workflow.Runtime.WorkflowRuntime Runtime { get; }
member this.Runtime : System.Workflow.Runtime.WorkflowRuntime
Protected ReadOnly Property Runtime As WorkflowRuntime
Valeur de propriété
Objet WorkflowRuntimeService.
Remarques
Le moteur d'exécution de workflow définit cette propriété avant d'appeler la méthode Start sur le service.