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


IProgressor.Message Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProgressor Interface > IProgressor.Message Property
ArcGIS Developer Help

IProgressor.Message Property

The message displayed by the progressor.

[Visual Basic .NET]
Public Property Message As String
[C#]
public string Message {get; set;}
[C++]
HRESULT get_Message(
  BSTR Message
);
[C++]
HRESULT put_Message(
  System.String* Message
);
[C++]
Parameters
Message [in]

Message is a parameter of type BSTR Message [out, retval]
Message is a parameter of type BSTR*

Product Availability

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

Description

This is a generic Message property for progressors (for example a progress bar).

See Also

IProgressor Interface