NoticeUse Value For Text Property
Set this to true to have the notice show the XML comment text or the attribute value if present.
If set to false or there is no inner text or value, the NoticeMessage will be used
instead.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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 bool UseValueForText { get; set; }VB
Public Property UseValueForText As Boolean
Get
SetC++
public:
property bool UseValueForText {
bool get ();
void set (bool value);
}F#
member UseValueForText : bool with get, set