WorkflowTheme.FilePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置主题的文件路径。
public:
property System::String ^ FilePath { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string FilePath { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FilePath : string with get, set
Public Property FilePath As String
属性值
主题的文件路径。
- 属性
例外
由于工作流主题是只读的,因此不能设置属性值。
注解
FilePath 表示存储主题设置的文件的路径。