# name

> Returns the progress indicator's name.

## Definition

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

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

### Remarks

The name is usually used as a title when you display the progress bar in the Editor.

Additional Resources: [Progress.GetName](/engine/6000.7/script-reference/unityeditor/progress/getname.md).
