Microsoft.Activities.Extensions |
WorkflowExtensionsBehavior..::..ExtensionConfigElements Property |
WorkflowExtensionsBehavior Class See Also Send Feedback |
Gets the extension configuration elements
Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
protected ConfigurationElementCollection<WorkflowExtensionConfigElement> ExtensionConfigElements { get; private set; } |
Visual Basic |
---|
Protected Property ExtensionConfigElements As ConfigurationElementCollection(Of WorkflowExtensionConfigElement) Get Private Set |
Visual C++ |
---|
protected: property ConfigurationElementCollection<WorkflowExtensionConfigElement^>^ ExtensionConfigElements { ConfigurationElementCollection<WorkflowExtensionConfigElement^>^ get (); private: void set (ConfigurationElementCollection<WorkflowExtensionConfigElement^>^ value); } |