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


IJob.JobMessages Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJob.JobMessages Property

Job messages.

[Visual Basic .NET]
Public Property JobMessages As IJobMessages
[C#]
public IJobMessages JobMessages {get; set;}
[C++]
HRESULT get_JobMessages(
  IJobMessages** ppVal
);
[C++]
HRESULT put_JobMessages(
  IJobMessages* ppVal
);
[C++]

Parameters ppVal [out, retval]
ppVal is a parameter of type IJobMessages ppVal [in]
ppVal is a parameter of type IJobMessages

Product Availability

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

See Also

IJob Interface