The fetch server version info command. This field is read-only.


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

Syntax

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

See Also