NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.CopyrightHref Property

Gets or sets the CopyrightHref property.

[Visual Basic]
<Description(Description:="An URL referenced by the copyright notice."), _  DefaultValue, _  Category(Category:="Documentation Main Settings")>
Public Property CopyrightHref As String [C#]
[Description(Description="An URL referenced by the copyright notice.")]
[DefaultValue]
[Category(Category="Documentation Main Settings")]
public string CopyrightHref { get; set; } [C++]
[Description(Description="An URL referenced by the copyright notice.")]
[DefaultValue]
[Category(Category="Documentation Main Settings")]
public: __property String* get_CopyrightHref(); public: __property void set_CopyrightHref(String* ); [JScript] public 
   Description(Description="An URL referenced by the copyright notice.")
   DefaultValue
   Category(Category="Documentation Main Settings")
function get CopyrightHref() : String public 
   Description(Description="An URL referenced by the copyright notice.")
   DefaultValue
   Category(Category="Documentation Main Settings")
function set CopyrightHref(String);

Remarks

The URI of a copyright notice. A link to this URI will be included with each topic.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace