# templateId

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

## Definition

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

```csharp
public string templateId { get; }
```

### Remarks

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