Activity.Description 속성

정의

Activity에 대한 사용자 정의 설명을 가져오거나 설정합니다.

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(true)]
public string Description { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Description : string with get, set
Public Property Description As String

속성 값

Activity에 대한 텍스트 설명입니다.

특성

설명

이 속성은 메타 속성이므로 런타임에 변경할 수 없습니다. 메타 속성은 런타임에 속성 인스턴스를 만든 후에 변경되지 않으므로 디자인 타임에 속성을 리터럴 값으로 설정해야 합니다.

적용 대상