ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.MessageCount Property

The number of returned messages.

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

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IGpDispatch Interface