SpObjectToken DataKey Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


Object: SpObjectToken
Type: Hidden

DataKey Property


The DataKey property returns the data key of the object token as an ISpeechDataKey object.

A data key object provides read and write access to the contents of a particular folder in the Speech configuration database. The data key of an object token accesses the folder referenced by its Id property.


Syntax

Set: (This property is read-only)
Get: ISpeechDataKey = SpObjectToken.DataKey

Parts

SpObjectToken
The owning object.
ISpeechDataKey
Set: (This property is read-only)
Get: An ISpeechDataKey object returning the data key.

Example

Use of the RemoveStorageFileName method is demonstrated in the code example for the GetStorageFileName method.