WorkflowRuntimeSection::Services Property
.NET Framework (current version)
Gets the collection of services that are added to the workflow run-time engine when it is initialized.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: [ConfigurationPropertyAttribute("Services", DefaultValue = null)] property WorkflowRuntimeServiceElementCollection^ Services { WorkflowRuntimeServiceElementCollection^ get(); }
Property Value
Type: System.Workflow.Runtime.Configuration::WorkflowRuntimeServiceElementCollection^The services to be added to the workflow run-time engine.
The services specified in the WorkflowRuntimeServiceElementCollection are initialized by the workflow run-time 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, seeWorkflowRuntimeServiceElement.
.NET Framework
Available since 3.0
Available since 3.0
Show: