Build Progress Event ArgsMessage Property
This read-only property is used to get the message associated with the progress report
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Message { get; }VB
Public ReadOnly Property Message As String
GetC++
public:
property String^ Message {
String^ get ();
}F#
member Message : string with get