The table delete command. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly CMD_TBL_DELETE As String
C#
public static readonly string CMD_TBL_DELETE;
C++
public:
 static const String CMD_TBL_DELETE;
J#
public static final string CMD_TBL_DELETE
JScript
public static const var CMD_TBL_DELETE : String;

See Also