Collection.OutputFile Property |
Gets or sets the filename of the generated help file.
[VBScript] Public Property OutputFile As String
[JScript] public function get OutputFile() : String; public function set OutputFile(String);
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.
Collection Object | Collection Members | HelpProducer Namespace