Activity.Description 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 的文字描述。
- 屬性
備註
這個屬性為中繼屬性,表示它無法在執行階段變更。 中繼屬性在執行階段時建立屬性執行個體後不會變更,因此該屬性在設計階段時必須設定為常值。