Share via


DictEnum.value2ConfigurationKey Method

Returns the configuration key ID of a specified enumeration value.

Syntax

public ConfigurationKeyId value2ConfigurationKey(int value)

Run On

Called

Parameters

  • value
    Type: int
    The integer value for the enumeration for which the configuration key is being retrieved.

Return Value

Type: ConfigurationKeyId Extended Data Type
The configuration key ID for value; 0 (zero) if there is no configuration key for value or value is not a valid enumeration.

See Also

Reference

DictEnum Class