ArcObjects Library Reference (System)  

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