다음을 통해 공유


WorkflowTheme.Description 속성

정의

테마의 설명을 가져오거나 설정합니다.

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

속성 값

String

테마에 대한 설명입니다.

예외

워크플로 테마가 읽기 전용이기 때문에 속성 값을 설정할 수 없는 경우

적용 대상