This document is archived and information here might be outdated. Recommended version. |
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*