SandcastleProjectCopyrightText Property
This read-only property is used to get the copyright notice that appears in the footer of each page
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string CopyrightText { get; }
Public ReadOnly Property CopyrightText As String
Get
public:
property String^ CopyrightText {
String^ get ();
}
member CopyrightText : string with get
Property Value
String If not set, no copyright note will appear. If a
CopyrightHref is specified
without copyright text, the URL appears instead.