This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJob Interface > IJob.JobResults Property (ArcObjects .NET 10.5 SDK) |
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