This item is held in conjunction with another operation that is not committed. This field is constant and read-only.


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

Syntax

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

See Also