ConversionProgressEventArgs.Message Property

HTML to MAML Converter

ConversionProgressEventArgsMessage Property
Get the message associated with the progress report

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string Message { get; }
Public ReadOnly Property Message As String
	Get
public:
property String^ Message {
	String^ get ();
}
member Message : string with get

Property Value

Type: String
See Also