WorkflowRuntimeSection::Name Property

 

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

Namespace:   System.Workflow.Runtime.Configuration
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
[ConfigurationPropertyAttribute("Name", DefaultValue = "")]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the workflow run-time engine.

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

.NET Framework
Available since 3.0
Return to top
Show: