ExternalDataExchangeServiceSection::Services Property

 

Gets the collection of services to be added to an instance of ExternalDataExchangeService.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
[ConfigurationPropertyAttribute("Services", DefaultValue = null)]
property WorkflowRuntimeServiceElementCollection^ Services {
	WorkflowRuntimeServiceElementCollection^ get();
}

Property Value

Type: System.Workflow.Runtime.Configuration::WorkflowRuntimeServiceElementCollection^

A collection of service elements.

.NET Framework
Available since 3.0
Return to top
Show: