Gets or sets a value indicating whether or not the index is sorted.

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

Property Value

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

See Also

Index Object | Index Members | HelpProducer Namespace