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


IDSCStatus.JobID Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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(
  System.String* 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

No record for Search in Libraries found

See Also

IDSCStatus Interface