WorkflowRuntimeSection::Services Property

 

Gets the collection of services that are added to the workflow run-time engine when it is initialized.

Namespace:   System.Workflow.Runtime.Configuration
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
Return to top
Show: