Retreive the Netrics Server Interface version information.


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

Syntax

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

Implements

INetricsServerInterface.version

See Also