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는 테마 설정을 저장하는 파일의 경로를 나타냅니다.

적용 대상