WorkflowRuntimeSection::CommonParameters Property
.NET Framework (current version)
Gets the collection of common parameters used by services.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: [ConfigurationPropertyAttribute("CommonParameters", DefaultValue = null)] property NameValueConfigurationCollection^ CommonParameters { NameValueConfigurationCollection^ get(); }
Property Value
Type: System.Configuration::NameValueConfigurationCollection^The common parameters used by services. The default is a null reference (Nothing in Visual Basic).
CommonParameters can contain, for example, a database connection string that might be shared by durable services.
.NET Framework
Available since 3.0
Available since 3.0
Show: