Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class WorkflowHostConfigElement

Configuration element for workflow host

Inheritance
System.Object
WorkflowHostConfigElement
Namespace: EPiServer.Configuration.WorkflowFoundation
Assembly: EPiServer.Configuration.dll
Version: 7.19.2
Syntax
public class WorkflowHostConfigElement : ConfigurationElement

Constructors

WorkflowHostConfigElement()

constructor

Declaration
public WorkflowHostConfigElement()

Properties

Type

type of host. If not given the default asp net host will be used

Declaration
public string Type { get; }
Property Value
Type Description
System.String