Gets or sets the filename of the help file.

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

Property Value

A string representing the filename of the help file. If you specify a relative path, the file will be created relative to the output directory.

See Also

Project Object | Project Members | HelpProducer Namespace