DynamicValue.Add Method

 

Adds a DynamicValue as a child item.

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

NameDescription
System_CAPS_pubmethodAdd(DynamicValue)

Adds a DynamicValue as a child item.

System_CAPS_pubmethodAdd(KeyValuePair<String, DynamicValue>)

Adds a DynamicValue as a child item.

System_CAPS_pubmethodAdd(String, DynamicValue)

Adds a DynamicValue with specific key and value.

Return to top

DynamicValue.Add Method (DynamicValue)

Adds a DynamicValue as a child item.

abstract Add : 
        item:DynamicValue -> unit
override Add : 
        item:DynamicValue -> unit

Parameters

item
Type: Microsoft.Activities.DynamicValue

The DynamicValue to be added.

Return to top

DynamicValue.Add Method (KeyValuePair<String, DynamicValue>)

Adds a DynamicValue as a child item.

abstract Add : 
        item:KeyValuePair<string, DynamicValue> -> unit
override Add : 
        item:KeyValuePair<string, DynamicValue> -> unit
Return to top

DynamicValue.Add Method (String, DynamicValue)

Adds a DynamicValue with specific key and value.

abstract Add : 
        key:string *
        value:DynamicValue -> unit
override Add : 
        key:string *
        value:DynamicValue -> unit

Parameters

key
Type: System.String

The object key.

value
Type: Microsoft.Activities.DynamicValue

The object value.

Return to top
Show: