Specify the name of the character map.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal name As String _ 
)
C#
public NetricsCharmap(
   string name
)
C++
public:
 NetricsCharmap(
   String name
) sealed 
J#
public NetricsCharmap(
   string name
)
JScript
public function NetricsCharmap(
   name : String
)

Parameters

name
Name of the character map.

Remarks

The name will be used when loading the data to tie a character map to a field.

See Also