WorkflowSettings Class

 

Updated: April 25, 2013

Represents the workflow settings.

Namespace:   Microsoft.Activities.Design.Settings
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Activities.Design.Settings.WorkflowSettings

Syntax

[DataContractAttribute(Name = "WorkflowSettings", Namespace = "https://schemas.microsoft.com/workflow/2012/designer/serialization")]
public class WorkflowSettings
[DataContractAttribute(Name = "WorkflowSettings", Namespace = "https://schemas.microsoft.com/workflow/2012/designer/serialization")]
public ref class WorkflowSettings 
[<DataContractAttribute(Name = "WorkflowSettings", Namespace = "https://schemas.microsoft.com/workflow/2012/designer/serialization")>]
type WorkflowSettings = class end
<DataContractAttribute(Name := "WorkflowSettings", Namespace := "https://schemas.microsoft.com/workflow/2012/designer/serialization")>
Public Class WorkflowSettings

Constructors

Name Description
System_CAPS_pubmethod WorkflowSettings()

Initializes a new instance of the WorkflowSettings class.

Properties

Name Description
System_CAPS_pubproperty Activation

Gets or sets the activation settings for the workflow.

System_CAPS_pubproperty Configuration

Gets or sets the configuration settings for the workflow.

System_CAPS_pubproperty ExternalVariables

Gets the collection of external variables associated with the workflow.

System_CAPS_pubproperty Metadata

Gets the metadata associated with the workflow.

System_CAPS_pubproperty ShouldCacheDefinition

Gets or sets whether to cache the definitions associated with the workflow.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Activities.Design.Settings Namespace

Return to top