ConstantManager.<Constant Name >.Get

Syntax:

Get()

Returned value:

Type: Arbitrary.
Current constant value.

Description:

Obtains a constant value.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

Each time the method is used, a value is read from the database.

Example:

Message("Our director is called: " + Constants.Director.Get());

    

1C:Enterprise Developer's Community