WorkflowRuntime.Name 属性

定义

获取或设置与 /> 关联的名称。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

属性值

与此 WorkflowRuntime关联的名称。

例外

尝试对释放的项Name进行设置WorkflowRuntime

尝试在工作流运行时引擎运行时设置 Name

注解

在工作流运行时引擎正在运行时无法设置 NameIsStartedtrue)。

适用于