DictEnum.value2ConfigurationKey Method [AX 2012]
Returns the configuration key ID of a specified enumeration value.
public ConfigurationKeyId value2ConfigurationKey(int value)
Run On
CalledParameters
- value
- Type: int
The integer value for the enumeration for which the configuration key is being retrieved.
Return Value
Type: ConfigurationKeyId Extended Data TypeThe configuration key ID for value; 0 (zero) if there is no configuration key for value or value is not a valid enumeration.
Community Additions
ADD
Show: