Map.keyType Method [AX 2012]

Returns the type of the key values in a map.

public Types keyType()

Run On

Called

Return Value

Type: Types Enumeration
The type of the key values.

The possible return values are outlined by the Types system enum.

The type of the key values is determined when the map is constructed. It is supplied as the first parameter to the Map.new method.

Community Additions

ADD
Show: