次の方法で共有


Job.JobID プロパティ

定義

ジョブの一意の ID を取得します。

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

プロパティ値

ジョブの一意の ID を表す string です。

適用対象