# TableEntryReference

> The entry within the table collection that this reference resolves.

## Definition

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

```csharp
public TableEntryReference TableEntryReference { get; set; }
```

### Remarks

Identifies the entry by key name or key id. Assigning a new value re-resolves the reference and notifies any live listeners. Use [LocalizedEntry\<TEntry>.SetReference](/engine/6000.7/script-reference/unity/localization/localizedentry1/setreference.md) to set the table and entry together with a single refresh.
