Retrieve the next record from the table. This field is read-only.


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

Syntax

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

See Also