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
ReadOnly Property InstanceDependencyProperties As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As IInstanceDependencyContainer
Dim value As Dictionary(Of String, Object)

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

Property Value

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

Remarks

This property is usually implemented explicitely and is not serialized.

See Also

Reference

IInstanceDependencyContainer Interface

IInstanceDependencyContainer Members

Microsoft.Rtc.Workflow.Activities Namespace