ISpeechDataKey SetStringValue Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechDataKey

SetStringValue Method


The SetStringValue method sets the specified String value in the data key.


ISpeechDataKey.SetStringValue(
     ValueName As String,
     Value As String
)

Parameters

ValueName
The name of the value.
Value
The String data value.

Return Value

None.


Example

For an example of the use of the SetStringValue method, see the code example in the EnumKeys section.