DynamicValue.Item Property
Gets or sets the child item in the DynamicValue.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Item(Int32) | Gets or sets an item by ID. |
![]() | Item(String) | Gets or sets an item by name. |
DynamicValue.Item Property (Int32)
Gets or sets an item by ID.
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> Public Property Item ( key As Integer ) As DynamicValue
Parameters
- key
-
Type:
System.Int32
The ID of the item.
DynamicValue.Item Property (String)
Gets or sets an item by name.
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> Public Property Item ( key As String ) As DynamicValue
Parameters
- key
-
Type:
System.String
The name of the item.
Implements
IDictionary(Of TKey, TValue).Item(TKey)
Show:
.jpeg?cs-save-lang=1&cs-lang=vb)