Gets or sets a value indicating whether or not an index is merged at compile time.

[VBScript]
Public Property Merge As Boolean
[JScript]
public function get Merge() : Boolean;
public function set Merge(Boolean);

Property Value

true, if the help compiler will merge the index at compile time; otherwise false.

See Also

Index Object | Index Members | HelpProducer Namespace