WorkflowRuntimeSection.Name Property

Definition

Gets or sets the name of the workflow run-time engine.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("Name", DefaultValue="")]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("Name", DefaultValue="")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

The name of the workflow run-time engine.

Attributes

Remarks

This property is used to set WorkflowRuntime.Name. The default is an empty string.

Applies to