EnumManager.<Enumeration name>.EmptyRef

Syntax:

EmptyRef()

Returned value:

Type: EnumRef.

Description:

Obtains an empty reference value for the enumeration of this type.

Availability:

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

Note:

For example, you can use it when you want to transfer an empty reference to method parameter.

Example:

TypeOfContractor = Enums.TypesOfContractors.EmptyRef();

    

1C:Enterprise Developer's Community