WorkflowTheme.Version 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置主题的版本。
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
属性值
主题的版本信息。
例外
由于工作流主题是只读的,因此不能设置属性值。
注解
使用版本信息可指示对命名主题的后续改进。