WorkflowTheme.Name 속성

정의

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

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

속성 값

String

테마의 이름입니다.

예외

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

설명

다른 테마들 중에서 해당 테마를 고유하게 식별하기 위한 이름을 사용합니다.

적용 대상