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.
public: [DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)] property DynamicValue^ default[ int key ] { DynamicValue^ get(int key); void set(int key, DynamicValue^ value); }
Parameters
- key
-
Type:
System::Int32
The ID of the item.
DynamicValue::Item Property (String^)
Gets or sets an item by name.
public: [DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)] property DynamicValue^ default[ String^ key ] { virtual DynamicValue^ get(String^ key) sealed; virtual void set(String^ key, DynamicValue^ value) sealed; }
Parameters
- key
-
Type:
System::String^
The name of the item.
Implements
IDictionary<TKey, TValue>::Item[TKey]
Show:
.jpeg?cs-save-lang=1&cs-lang=cpp)