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


IJob.JobResults 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.JobResults Property
ArcGIS Developer Help

IJob.JobResults Property

Job results.

[Visual Basic .NET]
Public Property JobResults As IJobResults
[C#]
public IJobResults JobResults {get; set;}
[C++]
HRESULT get_JobResults(
  IJobResults** ppVal
);
[C++]
HRESULT put_JobResults(
  IJobResults* ppVal
);
[C++]
Parameters
ppVal [out, retval]

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

Product Availability

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

See Also

IJob Interface