QueryOptions.IndexerOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether the system index or the file system is used to retrieve query results. The indexer can retrieve results faster but is not available in all file locations.
public:
property IndexerOption IndexerOption { IndexerOption get(); void set(IndexerOption value); };
IndexerOption IndexerOption();
void IndexerOption(IndexerOption value);
public IndexerOption IndexerOption { get; set; }
var indexerOption = queryOptions.indexerOption;
queryOptions.indexerOption = indexerOption;
Public Property IndexerOption As IndexerOption
Property Value
The indexer option.