DynamicValue.Item Property (Int32)
Gets or sets an item by ID.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
'Declaration <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _ Public Default Property Item ( _ key As Integer _ ) As DynamicValue Get Set 'Usage Dim instance As DynamicValue Dim key As Integer Dim value As DynamicValue value = instance(key) instance(key) = value
Parameters
- key
- Type: System.Int32
The ID of the item.
Community Additions
ADD
Show: