This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessages Interface > IGPMessages.Messages Property (ArcObjects .NET 10.4 SDK) |
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
The get_Messages property returns all the GPMessage objects in this collection.