WorkflowTheme.FilePath 属性

定义

获取或设置主题的文件路径。

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 表示存储主题设置的文件的路径。

适用于