BuildDynamicValue.Properties Property

 

Gets or sets the dictionary of property name and values to be added to the DynamicValue.

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

[<DefaultValueAttribute(null)>]
member Properties : IDictionary<string, InArgument> with get, set

Property Value

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

Returns the dictionary of property name and values.

Return to top
Show: