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

属性

注釈

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

適用対象