This document is archived and information here might be outdated.  Recommended version.


IDSCStatus.JobID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IDSCStatus.JobID Property

Job ID of the Data Source.

[Visual Basic .NET]
Public Property JobID As String
[C#]
public string JobID {get; set;}
[C++]
HRESULT get_JobID(
  BSTR* JobID
);
[C++]
HRESULT put_JobID(
  BSTR JobID
);
[C++]

Parameters JobID [out, retval] JobID is a parameter of type BSTR JobID [in] JobID is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IDSCStatus Interface