Return who built the server.


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

Syntax

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

Remarks

Returns the login ID of who ran the build of this server, the special value "(unknown)" if no who built information was received.

See Also