LocalizedLabel ComplexType

Contains a localized label, including the label string and the language code.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
HasChanged Edm.Boolean

Whether the item of metadata has changed.

IsManaged Edm.Boolean

Whether the label is managed.

Label Edm.String

The localized label string.

LanguageCode Edm.Int32

The language code for the label.

MetadataId Edm.Guid

A unique identifier for the metadata item.

Used by

The following use the LocalizedLabel ComplexType.

Name How used
Label LocalizedLabels Property
Label UserLocalizedLabel Property
SetLocLabels Labels Parameter

See also