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


IGPMessage.Description Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessage Interface > IGPMessage.Description Property
ArcGIS Developer Help

IGPMessage.Description Property

The description of the geoprocessing message.

[Visual Basic .NET]
Public Property Description As String
[C#]
public string Description {get; set;}
[C++]
HRESULT get_Description(
void
);
[C++]
HRESULT put_Description(
);

Product Availability

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

Remarks

The get_Description property returns the actual message text string.

See Also

IGPMessage Interface

.NET Samples

Closest facility solver Geoprocessing events listener Executing geoprocessing tools in the background Location-allocation solver Service area solver Vehicle routing problem solver