ChartOfCharacteristicTypesRef.<Chart of characteristic types name>.Metadata

Syntax:

Metadata()

Returned value:

Type: MetadataObject: ChartOfCharacteristicTypes.

Description:

Used to access the metadata description object of the chart of characteristic types. Another way of getting the same value is through the global context property Metadata. For example: Metadata.ChartsOfCharacteristicTypes.ObjectsProperties.

Availability:

Server, thick client, external connection.

Example:

For each Attribute In ChartOfCharacteristicTypesRef.Metadata().Attributes Do
    Message(Attribute.Presentation());
EndIf
;


    

1C:Enterprise Developer's Community