The Variables
class represents a collection of variables within a workflow, inheriting from BaseIndexer
. This class allows indexed access to variable values by their string identifiers, supporting the organized management and retrieval of key-value pairs for workflow data.
Properties
Name | Description |
---|
this[TKey key] | Gets or sets the value associated with the specified key in the dictionary. |
Constructors
Generic Types
Name | Description |
---|
TValue | Value type of the dictionary. |
TKey | Key type of the dictionary. |