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)
Dictionary<string, Object> InstanceDependencyProperties { get; }
property Dictionary<String^, Object^>^ InstanceDependencyProperties {
Dictionary<String^, Object^>^ get ();
}
function get_instanceDependencyProperties();
Remarks
This property is usually implemented explicitely and is not serialized.