WorkflowTheme.Version 속성

정의

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

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

속성 값

String

테마의 버전 정보입니다.

예외

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

설명

명명된 테마의 연속적인 향상을 표시하려면 버전 정보를 사용합니다.

적용 대상