This is a special state used to test if this object has been modified by an uncommitted transaction. This field is constant and read-only.


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

Syntax

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

See Also