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


IJob.JobInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJob Interface > IJob.JobInfo Property
ArcGIS Developer Help

IJob.JobInfo Property

Job info.

[Visual Basic .NET]
Public Property JobInfo As IJobInfo
[C#]
public IJobInfo JobInfo {get; set;}
[C++]
HRESULT get_JobInfo(
  IJobInfo** ppVal
);
[C++]
HRESULT put_JobInfo(
  IJobInfo* ppVal
);
[C++]
Parameters
ppVal [out, retval]

ppVal is a parameter of type IJobInfo** ppVal [in]
ppVal is a parameter of type IJobInfo*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJob Interface