Special state indicating there is no state for this item. This field is constant and read-only.


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

Syntax

Visual Basic (Declaration)
Public const STATE_NULL As Integer = 0
C#
public const int STATE_NULL = 0;
C++
public:
 const int STATE_NULL = 0;
J#
public const int STATE_NULL = 0
JScript
public const STATE_NULL : int = 0;

See Also