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

属性值

主题的版本信息。

例外

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

注解

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

适用于