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

Syntax

Visual Basic (Declaration)
Public Function getCharMaps() As String() _
    Implements INetricsTableStats.getCharMaps
C#
public string[] getCharMaps()
C++
public:
 array<String>^ getCharMaps() sealed 
J#
public string[] getCharMaps()
JScript
public  function getCharMaps() : String[]

Return Value

The names of character map for each field of the table.

Implements

INetricsTableStats.getCharMaps

See Also