言語

Schedule.Description プロパティ

定義

スケジュールの説明を受け取るか設定します。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

プロパティ値

スケジュールの記述を含む String の値です。

適用対象