This property specifies whether Search indexes the information in this column.
Syntax
IColumn.Index
Remarks
If Index is True, Search indexes the information in this column. If Index is False, Search does not index the information in this column.
If the filter for a particular document type does not emit this column as an indexable value, setting Index to True has no effect, and Search will not report an error when indexing documents of that type.
Example
See Creating an IColumn Object.
See Also