Return true if GIP is the default prefilter.


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

Syntax

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

Remarks

If GIP is the default prefilter this returns true, if no information was received on the GIP status, or the GIP prefilter is not the default this returns false.

See Also