Gets or sets a value indicating whether or not to automatically include index keyword markup from topics.

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

Property Value

true, if markup is automatically included; otherwise false.

See Also

Index Object | Index Members | HelpProducer Namespace