DynamicValue Properties

 

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

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of child items in the DynamicValue.

System_CAPS_pubproperty IsReadOnly

Gets a value that indicates whether the DynamicValue is read only.

System_CAPS_pubproperty Item[Int32]

Gets or sets an item by ID.

System_CAPS_pubproperty Item[String]

Gets or sets an item by name.

System_CAPS_pubproperty Keys

Gets the collection of keys for the dynamic values.

System_CAPS_pubproperty Values

Gets the collection of values for this instance.

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top