WorkflowTheme.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

属性值

主题的名称。

例外

无法设置属性值,因为工作流主题是只读的。

注解

使用名称可唯一标识其他主题中的主题。

适用于