Gets or sets a value indicating whether a or not the compiler should produce a full-text search index.

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

Property Value

true, if the compiler should produce a full-text search index; otherwise false.

See Also

Collection Object | Collection Members | HelpProducer Namespace