CopyDynamicValue::PropertyMapping Property

 

Gets a dictionary that maps names of properties in the destination DynamicValue to item names in the source DynamicValue.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

public:
[DefaultValueAttribute(null)]
property IDictionary<String^, String^>^ PropertyMapping {
	IDictionary<String^, String^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, String^>^

Returns the property mapping dictionary.

System_CAPS_noteNote

The PropertyMapping dictionary is keyed by destination property name.

Return to top
Show: