ISandcastle ProjectCopyright Text Property
This read-only property is used to get the copyright notice that appears in the footer of each 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 CopyrightText { get; }VB
ReadOnly Property CopyrightText As String
GetC++
property String^ CopyrightText {
String^ get ();
}F#
abstract CopyrightText : string with getProperty Value
StringRemarks
If not set, no copyright note will appear. If a CopyrightHref is specified
without copyright text, the URL appears instead.