Share via


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
Dictionary<string, Object> InstanceDependencyProperties { get; }
property Dictionary<String^, Object^>^ InstanceDependencyProperties {
    Dictionary<String^, Object^>^ get ();
}

Remarks

This property is usually implemented explicitely and is not serialized.

See Also

IInstanceDependencyContainer Interface

Microsoft.Rtc.Workflow.Activities Namespace