WorkflowTheme.Version 属性

定义

获取或设置主题的版本。

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

属性值

String

主题的版本信息。

例外

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

注解

使用版本信息可指示对命名主题的后续改进。

适用于