WorkflowTheme.FilePath 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
테마의 파일 경로를 가져오거나 설정합니다.
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는 테마 설정을 저장하는 파일의 경로를 나타냅니다.