# resourcesReleased

> Indicates if the element has released its reusable resources, in which case it can not be modified or added again.

## Definition

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

```csharp
public bool resourcesReleased { get; }
```

### Remarks

This returns true if [VisualElement.ReleaseResources](/engine/6000.5/script-reference/unityengine/uielements/visualelement/releaseresources.md) has been called on this element.
