Notice.UseValueForText 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.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public bool UseValueForText { get; set; }
Public Property UseValueForText As Boolean
Get
Set
public:
property bool UseValueForText {
bool get ();
void set (bool value);
}
member UseValueForText : bool with get, set
Property Value
Boolean