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


IResponseMessage.MessageType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IResponseMessage.MessageType Property

Indicates type of response message.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IResponseMessage Interface