The item exists but is not held by a transaction. This field is constant and read-only.


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

Syntax

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

See Also