IsSearchable Property
Description
Indicates whether the content of the field is searched by the Search method.
Property type
Read-write property
Syntax
Visual Basic
Public Property IsSearchable As Boolean
Remarks

IsSearchable refers to the behavior of the ISearchableFactory.Search Method.

If CanMakeSearchable is False, IsSearchable cannot be set to True.

See Also