The table dump command (dump all records). This field is read-only.


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

Syntax

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

See Also