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 的文字描述。

屬性

備註

這個屬性為中繼屬性,表示它無法在執行階段變更。 中繼屬性在執行階段時建立屬性執行個體後不會變更,因此該屬性在設計階段時必須設定為常值。

適用於