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

适用于