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


IJobMessage.MessageType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJobMessage.MessageType Property

Method to return message type.

[Visual Basic .NET]
Public Property MessageType As esriJobMessageType
[C#]
public esriJobMessageType MessageType {get; set;}
[C++]
HRESULT get_MessageType(
  esriJobMessageType* pVal
);
[C++]
HRESULT put_MessageType(
  esriJobMessageType pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type esriJobMessageType pVal [in]
pVal is a parameter of type esriJobMessageType

Product Availability

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

See Also

IJobMessage Interface