共用方式為


WorkflowRuntimeSection.Name 屬性

定義

取得或設定工作流程執行階段引擎的名稱。

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

屬性值

String

工作流程執行階段引擎的名稱。

屬性

備註

這個屬性是用來設定 WorkflowRuntime.Name。 預設為空字串。

適用於