WorkflowRuntimeSection Class
Represents a section, within a configuration file, that defines settings for the workflow runtime engine.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
WorkflowRuntimeSection contains settings specified by a <section> of type WorkflowRuntimeSection in a configuration file. The settings specified in a WorkflowRuntimeSection are used to initialize the workflow runtime engine. Your application can call the WorkflowRuntime.WorkflowRuntime(String) constructor in order to initialize the workflow runtime engine from the appropriately named section of the configuration file.
If your application does not use configuration files, but you still want to initialize the workflow runtime engine from a WorkflowRuntimeSection you can configure a WorkflowRuntimeSection in your application and call the WorkflowRuntime.WorkflowRuntime(WorkflowRuntimeSection) constructor. For example, your application might store configuration parameters in a database, or it might operate in a trusted environment where configuration files are not used
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Workflow.Runtime.Configuration.WorkflowRuntimeSection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.