言語

Job.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です。

適用対象