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


IMessage.Result Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IMessage.Result Property

HRESULT of the Message.

[Visual Basic .NET]
Public ReadOnly Property Result As Integer
[C#]
public int Result {get;}
[C++]
HRESULT get_Result(
  long* hresult
);
[C++]

Parameters hresult [out, retval] hresult is a parameter of type long

Product Availability

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

See Also

IMessage Interface