DialogEventActivity._instanceDependencyProperties Field
The internal container for instance dependency properties.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<NonSerializedAttribute> _
Protected _instanceDependencyProperties As Dictionary(Of String, Object)
'Usage
Dim value As Dictionary(Of String, Object)
value = Me._instanceDependencyProperties
Me._instanceDependencyProperties = value
[NonSerializedAttribute]
protected Dictionary<string, Object> _instanceDependencyProperties