SpeechCommandActivity.IInstanceDependencyContainer.InstanceDependencyProperties Property

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Private ReadOnly Property InstanceDependencyProperties As Dictionary(Of String, Object)
    Implements IInstanceDependencyContainer.InstanceDependencyProperties
    Get
'Usage
Dim instance As SpeechCommandActivity
Dim value As Dictionary(Of String, Object)

value = CType(instance, IInstanceDependencyContainer).InstanceDependencyProperties
Dictionary<string, Object> IInstanceDependencyContainer.InstanceDependencyProperties { get; }

Property Value

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

Implements

IInstanceDependencyContainer.InstanceDependencyProperties

See Also

Reference

SpeechCommandActivity Class

SpeechCommandActivity Members

Microsoft.Rtc.Workflow.Activities Namespace