ExternalDataExchangeServiceSection.Services 属性

定义

获取要添加到 ExternalDataExchangeService 的实例的服务集合。

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

属性值

WorkflowRuntimeServiceElementCollection

服务元素的集合。

属性

适用于