# description

> Returns the progress indicator's description.

## Definition

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

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

### Remarks

Additional Resources: [Progress.GetDescription](/engine/6000.6/script-reference/unityeditor/progress/getdescription.md), [Progress.Item.Report](/engine/6000.6/script-reference/unityeditor/progress/item/report.md), [Progress.Item.SetDescription](/engine/6000.6/script-reference/unityeditor/progress/item/setdescription.md).
