QueryOptions.IndexerOption Property

Definition

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.

Applies to