---
title: description
framework: coretelephony
role: symbol
role_heading: Instance Property
path: coretelephony/ctslicingmanager/trafficclass/description
---

# description

A string representation of the traffic class.

## Declaration

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

## Discussion

Discussion This property provides a string representation of the traffic class, suitable for debugging and logging purposes. important: This description isn’t localized, so don’t display it to people in your app’s interface. For text that people see, provide your own localized strings based on the traffic class value.
