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

屬性

備註

這個屬性是元屬性,意思是執行時無法更改。 Meta 屬性在執行時建立屬性實例後不會改變,因此該屬性必須在設計時設定為字面值。

適用於