Dictionary.Set(TKey, TValue) Method

Version: Available or changed with runtime version 1.0.

Sets the value associated with the specified key.

Syntax

 Dictionary.Set(Key: TKey, Value: TValue)

Parameters

Dictionary
 Type: Dictionary
An instance of the Dictionary data type.

Key
 Type: TKey
The key of the value to set.

Value
 Type: TValue
The value that will be associated with the specified key.

See Also

Dictionary Data Type
Get Started with AL
Developing Extensions