Sets the value of the C/AL text constant for the current application language of the development environment.

Applies To

Local and global text constants in the C/AL code of objects.

Remarks

The ConstValue property sets the text string in the ConstValueML Property for the current application language of the development environment. For example, if the application language of the development environment is set to English (United States) and you set the ConstValue property to test, then the value ENU=test is included in the ConstValueML property.

See Also