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 の説明テキスト。

属性

注釈

このプロパティはメタ プロパティです。つまり、実行時には変更できません。 メタ プロパティは、実行時にプロパティ インスタンスが作成された後は変更されません。そのため、デザイン時にプロパティをリテラル値に設定する必要があります。

適用対象