ExternalDataExchangeServiceSection.Services Propriedade
Definição
Obtém a coleção de serviços a serem adicionados a uma instância de ExternalDataExchangeService.Gets the collection of services to be added to an instance of ExternalDataExchangeService.
public:
property System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ Services { System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("Services", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("Services", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Services : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As WorkflowRuntimeServiceElementCollection
Valor da propriedade
Uma coleção de elementos de serviço.A collection of service elements.
- Atributos