Set the table info string.


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

Syntax

Visual Basic (Declaration)
Public Sub setInfo( _ 
   ByVal info As String _ 
) _
    Implements INetricsTable.setInfo
C#
public void setInfo(
   string info
)
C++
public:
 void setInfo(
   String info
) sealed 
J#
public void setInfo(
   string info
)
JScript
public  function setInfo(
   info : String
)

Implements

INetricsTable.setInfo

Remarks

This string can be used to associate information with the table as a whole (i.e. title, url). It can then be accessed by calling the list command of the NetricsServerInterface class.

See Also