NoticeNotice Message Property
The notice message for the topic page
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This can be literal text or a resource item name preceded by an '@'
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string NoticeMessage { get; set; }VB
Public Property NoticeMessage As String
Get
SetC++
public:
property String^ NoticeMessage {
String^ get ();
void set (String^ value);
}F#
member NoticeMessage : string with get, setProperty Value
StringThis can be literal text or a resource item name preceded by an '@'