DynamicValue Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of child items in the DynamicValue.

System_CAPS_pubpropertyIsReadOnly

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

System_CAPS_pubpropertyItem(Int32)

Gets or sets an item by ID.

System_CAPS_pubpropertyItem(String)

Gets or sets an item by name.

System_CAPS_pubpropertyKeys

Gets the collection of keys for the dynamic values.

System_CAPS_pubpropertyValues

Gets the collection of values for this instance.

Return to top
Show: