Comments Cache Event ArgsMessage Property
The message to report
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
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