Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

DisconnectedEventArgs.Namelist Property

Gets a Namelist object when the Disconnected event is raised.

Namespace:  Microsoft.Speech.VoiceXml.Common
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Public ReadOnly Property Namelist As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As DisconnectedEventArgs
Dim value As Dictionary(Of String, Object)

value = instance.Namelist
public Dictionary<string, Object> Namelist { get; }

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>

See Also

Reference

DisconnectedEventArgs Class

DisconnectedEventArgs Members

Microsoft.Speech.VoiceXml.Common Namespace