Gets or sets the stop word list used for full-text searches.

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

Property Value

A string representing the filename of the stop-word file. If you specify a relative path, the file will be opened relative to the output directory.

See Also

Collection Object | Collection Members | HelpProducer Namespace