Sets the flag to match empty values.


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

Syntax

Visual Basic (Declaration)
Public Sub setMatchEmpty( _ 
   ByVal value As Boolean _ 
)
C#
public void setMatchEmpty(
   bool value
)
C++
public:
 void setMatchEmpty(
   bool value
) sealed 
J#
public void setMatchEmpty(
   bool value
)
JScript
public  function setMatchEmpty(
   value : bool
)

Remarks

This is the same as the setMatchEmpty method, but applies to all querylets that do not explicitly set their own Match Empty flag.

See Also