# templateId

> The local ID of the template in the parent UXML file (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[CreateProperty(ReadOnly = true)]
public string templateId { get; }
```

### Remarks

This value is null, unless the TemplateContainer represents a UXML template within another UXML file.
