Gets or sets the file name of the index file.

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

Property Value

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

See Also

Index Object | Index Members | HelpProducer Namespace