Return the official product name.


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

Syntax

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

Implements

INetricsServerStats.product_name

Remarks

Returns the official product name for the server, the special value "(unknown)" if no product name was received.

See Also