Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ProgressMessage Property
NamespacesGenesyslab.Desktop.Infrastructure.CommandsProgressEventArgsProgressMessage
Gets or sets the progress message.
Declaration Syntax
C#Visual BasicVisual C++
public string ProgressMessage { get; private set; }
Public Property ProgressMessage As String
public:
property String^ ProgressMessage {
	String^ get ();
	void set (String^ value);
}
Value
The progress message.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)