WorkflowRuntimeSection::CommonParameters Property

 

Gets the collection of common parameters used by services.

Namespace:   System.Workflow.Runtime.Configuration
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
Return to top
Show: