Gets or sets the CopyrightText property.
[Visual Basic]<DefaultValue, _ Category(Category:="Documentation Main Settings"), _ Description(Description:="A copyright notice text that will be included in the generated docs."), _ Editor(EditorBaseTypeName:="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName:="NDoc.Core.PropertyGridUI.TextEditor, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")>Public Property CopyrightText As String [C#][DefaultValue][Category(Category="Documentation Main Settings")][Description(Description="A copyright notice text that will be included in the generated docs.")][Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="NDoc.Core.PropertyGridUI.TextEditor, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")]public string CopyrightText { get; set; } [C++][DefaultValue][Category(Category="Documentation Main Settings")][Description(Description="A copyright notice text that will be included in the generated docs.")][Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="NDoc.Core.PropertyGridUI.TextEditor, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")]public: __property String* get_CopyrightText(); public: __property void set_CopyrightText(String* ); [JScript] publicDefaultValueCategory(Category="Documentation Main Settings")Description(Description="A copyright notice text that will be included in the generated docs.")Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="NDoc.Core.PropertyGridUI.TextEditor, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")function get CopyrightText() : String publicDefaultValueCategory(Category="Documentation Main Settings")Description(Description="A copyright notice text that will be included in the generated docs.")Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="NDoc.Core.PropertyGridUI.TextEditor, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")function set CopyrightText(String);
A textual copyright notice that will be included with each topic.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace