# parentId

> Returns the unique ID of the progress indicator's parent, or -1 if the progress indicator is not a child of another progress indicator.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int parentId { get; }
```

### Remarks

Additional Resources: [Progress.GetParentId](/engine/6000.5/script-reference/unityeditor/progress/getparentid.md).
