Share via


Dictionary.configurationKeyCnt2Id Method

Provides the ID of a specified configuration key.

Syntax

public ConfigurationKeyId configurationKeyCnt2Id(int cnt)

Run On

Called

Parameters

  • cnt
    Type: int
    An integer that specifies a configuration key, based on the order of configuration keys in Microsoft Dynamics AX.

Return Value

Type: ConfigurationKeyId Extended Data Type
A configurationKeyId system data type value that indicates a configuration key ID; 0 (zero) if you pass a cnt value that is larger than the number of configuration keys that is returned by the Dictionary::configurationKeyCnt method.

See Also

Dictionary Class

Dictionary Class