---
title: label
framework: dispatch
role: symbol
role_heading: Instance Property
path: dispatch/dispatchqueue/label
---

# label

The label you assigned to the dispatch queue at creation time.

## Declaration

```swift
var label: String { get }
```

## See Also

### Managing Queue Attributes

- [qos](dispatch/dispatchqueue/qos.md)
- [setTarget(queue:)](dispatch/dispatchobject/settarget(queue:).md)
