| SandcastleProjectCopyrightHref Property |
This is used to get or set the URL to use as the link for the
copyright notice.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string CopyrightHref { get; set; }
Public Property CopyrightHref As String
Get
Set
public:
property String^ CopyrightHref {
String^ get ();
void set (String^ value);
}
member CopyrightHref : string with get, set
Property Value
Type:
StringIf not set, the see cref="CopyrighText"/> (if any) is not
turned into a clickable link.
See Also