Gets or sets a value indicating whether or not the help compiler will generate a binary index.

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

Property Value

true, if the help compiler will generate a binary index; otherwise false.

See Also

Index Object | Index Members | HelpProducer Namespace