Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.15 KB

File metadata and controls

40 lines (34 loc) · 1.15 KB
title description ms.author ms.date ms.topic author ms.reviewer
Dictionary.Keys() Method
Gets a collection containing the keys in the Dictionary.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Dictionary.Keys() Method

Version: Available or changed with runtime version 1.0.

Gets a collection containing the keys in the Dictionary.

Syntax

Keys :=   Dictionary.Keys()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Keys
 Type: List of [TKey]
A list containing the keys of the Dictionary.

See Also

Dictionary Data Type
Get Started with AL
Developing Extensions