| SandcastleProjectCopyrightText Property |
This is used to get or set the copyright notice that appears in
the footer of each page.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string CopyrightText { get; set; }
Public Property CopyrightText As String
Get
Set
public:
property String^ CopyrightText {
String^ get ();
void set (String^ value);
}
member CopyrightText : string with get, set
Property Value
Type:
StringRemarks If not set, no copyright note will appear. If a
CopyrightHref is specified without copyright text,
the URL appears instead.
See Also