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

属性值

String

主题的名称。

例外

由于工作流主题是只读的,因此不能设置属性值。

注解

使用名称来唯一地标识主题。

适用于