ISandcastle ProjectFooter Text Property
This read-only property is used to get additional text that should appear in the footer 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 FooterText { get; }VB
ReadOnly Property FooterText As String
GetC++
property String^ FooterText {
String^ get ();
}F#
abstract FooterText : string with get