The array of message objects.
[Visual Basic .NET] Public ReadOnly Property Messages As IArray
[C#] public IArray Messages {get;}
[C++]
HRESULT get_Messages(
IArray** msgs
);
[C++]Parameters
msgs [out, retval]msgs is a parameter of type IArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The get_Messages property returns all the GPMessage objects in this collection.