# Metadata

> Collection-level metadata shared across all locale tables.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Localization](/engine/6000.7/script-reference/unity/localization.md)
* **Assembly:** UnityEngine.LocalizationRuntimeModule

```csharp
public MetadataCollection Metadata { get; }
```

### Remarks

Holds [IMetadata](/engine/6000.7/script-reference/unity/localization/imetadata.md) items that apply to the whole collection, as opposed to the per-key metadata on each [SharedTableData.SharedTableEntry](/engine/6000.7/script-reference/unity/localization/sharedtabledata/sharedtableentry.md).
