Właściwość Job.JobID
Pobiera unikatowy identyfikator zadanie.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property JobID As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawiera unikatowy identyfikator zadanie.