Share via


_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)
[NonSerializedAttribute]
protected Dictionary<string, Object> _instanceDependencyProperties
[NonSerializedAttribute]
protected:
Dictionary<String^, Object^>^ _instanceDependencyProperties
_instanceDependencyProperties

See Also

DialogEventActivity Class

Microsoft.Rtc.Workflow.Activities Namespace