MetadataObject: Function.Presentation

Syntax:

Presentation()

Returned value:

Type: String.

Description:

Obtains a string representation of the metadata object. string representation is usually a synonym; if a synonym is not available, the name of metadata object as specified in the designer will be used as the string representation.

Availability:

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

Example:

For each Object In Metadata.Catalogs Do
    Message(Object.Presentation());
EndDo
;


    

1C:Enterprise Developer's Community