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

屬性

備註

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

適用於

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1