Partager via


WorkflowRuntimeElement.Services Propriété

Définition

Obtient la collection de services qui sera ajoutée au moteur de WorkflowRuntime.

public:
 property System::ServiceModel::Configuration::ExtendedWorkflowRuntimeServiceElementCollection ^ Services { System::ServiceModel::Configuration::ExtendedWorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("services", DefaultValue=null)]
public System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("services", DefaultValue=null)>]
member this.Services : System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As ExtendedWorkflowRuntimeServiceElementCollection

Valeur de propriété

Collection de services qui sera ajoutée au moteur de WorkflowRuntime.

Attributs

Remarques

Les services spécifiés dans WorkflowRuntimeServiceElementCollection sont initialisés par le moteur d'exécution de workflow et ajoutés à ses services lorsque le constructeur WorkflowRuntime adéquat est appelé. Par conséquent, les services spécifiés dans le WorkflowRuntimeServiceElementCollection doivent suivre certaines règles en ce qui concerne les signatures de leurs constructeurs. Pour plus d'informations, consultez WorkflowRuntimeServiceElement.

S’applique à