Return true if the debug setting is turned on.


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

Syntax

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

See Also