WorkflowRuntimeElement.Services Property

Definition

Gets the collection of services that will be added to the WorkflowRuntime engine.

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

Property Value

The collection of services that will be added to the WorkflowRuntime engine.

Attributes

Remarks

The services specified in the WorkflowRuntimeServiceElementCollection will be initialized by the workflow runtime engine and added to its services when the appropriate WorkflowRuntime constructor is called. Therefore, the services specified in the WorkflowRuntimeServiceElementCollection must follow certain rules about the signatures of their constructors. For more information, see WorkflowRuntimeServiceElement.

Applies to