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

プロパティ値

String

テーマのファイル パス。

属性

例外

ワークフロー テーマが読み取り専用であるため、プロパティ値は設定できません。

注釈

FilePath は、テーマの設定が格納されているファイルへのパスを表します。

適用対象