Return true if this querylet is sent to the prefilter index.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function isPreIndexed() As Boolean
C#
public bool isPreIndexed()
C++
public:
 bool isPreIndexed() sealed 
J#
public bool isPreIndexed()
JScript
public  function isPreIndexed() : bool

Return Value

true if this querylet is used by the prefilter, false if it is ignored by the prefilter.

See Also