ISandcastle ProjectDecoded Copyright Text Property
This read-only property is used to get the copyright notice that appears in the footer of each page
with any hex value place holders replaced with their actual character.
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 DecodedCopyrightText { get; }VB
ReadOnly Property DecodedCopyrightText As String
GetC++
property String^ DecodedCopyrightText {
String^ get ();
}F#
abstract DecodedCopyrightText : string with get