NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Sub setPhonetic( _ 
   ByVal enabled As Boolean _ 
)
C#
void setPhonetic(
   bool enabled
)
C++
void setPhonetic(
   bool enabled
) abstract 
J#
void setPhonetic(
   bool enabled
)
JScript
function setPhonetic(
   enabled : bool
)

See Also