Return the release version.


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

Syntax

Visual Basic (Declaration)
Public Function version() As String
C#
public string version()
C++
public:
 String version() sealed 
J#
public string version()
JScript
public  function version() : String

Remarks

Returns the full 3 digit release version of the server, the special value "(unknown)" if no version info was received.

See Also