Return the name of this table.


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

Syntax

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

Implements

INetricsTable.getName

See Also