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


IMdElementEditor.GetMessage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IMdElementEditor.GetMessage Method

Returns the last (validation) message of the given property.

[Visual Basic .NET]
Public Function GetMessage ( _
    ByVal propname As String _
) As IGPMessage
[C#]
public IGPMessage GetMessage (
    string propname
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface