DialogEventActivity.IInstanceDependencyContainer.InstanceDependencyProperties Property
A dictionary that is used to store the values of instance dependency properties.
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 DialogEventActivity
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
Remarks
This property is usually implemented explicitely and is not serialized.