Gets or sets the copyright string to be used for the help files.

[VBScript]
Public Property Copyright As String
[JScript]
public function get Copyright() : String;
public function set Copyright(String);

Property Value

A string representing the copyright statement of the help file.

See Also

Collection Object | Collection Members | HelpProducer Namespace