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は、テーマ設定を格納するファイルへのパスを表します。

適用対象