MetadataObject: DimensionTable.FullName

Syntax:

FullName()

Returned value:

Type: String.

Description:

Obtains the full name of a metadata object as a term.

Availability:

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

Example:

// There are "Banks", "Currencies" and "Articles" catalogs defined in the configuration
// The result of example:
For each Object In Metadata.Catalogs Do
    Message(Object.FullName());
EndDo
;
// will be messages:
// Catalog.Banks
// Catalog.Currencies
// Catalog.Articles


    

1C:Enterprise Developer's Community