Click or drag to resize

IWizPageStatusMessage Property

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string StatusMessage { get; set; }

Property Value

Type: String
a string representing the message to display below the status dialog
Remarks
Typically you would only provide a value for this property if your operation in the OnNext or OnFinish methods were long running processes.
See Also