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 DynamicValue this[ int key ] { get; set; }
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 DynamicValue this[ string key ] { get; set; }
Parameters
- key
-
Type:
System.String
The name of the item.
Implements
IDictionary<TKey, TValue>.Item[TKey]
Show:
.jpeg?cs-save-lang=1&cs-lang=csharp)