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