次の方法で共有


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

適用対象