ISandcastle ProjectHeader Text Property
This read-only property is used to get additional text that should appear in the header of every page
Definition
Namespace: Sandcastle.Core.Project
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#
string HeaderText { get; }VB
ReadOnly Property HeaderText As String
GetC++
property String^ HeaderText {
String^ get ();
}F#
abstract HeaderText : string with get