Job.JobID プロパティ

ジョブの一意の ID です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property JobID As String 
    Get 
    Set
'使用
Dim instance As Job 
Dim value As String 

value = instance.JobID

instance.JobID = value
public string JobID { get; set; }
public:
property String^ JobID {
    String^ get ();
    void set (String^ value);
}
member JobID : string with get, set
function get JobID () : String 
function set JobID (value : String)

プロパティ値

型: System.String
読み取り専用の String 値です。

関連項目

参照

Job クラス

ReportService2005 名前空間