---
title: label
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtl4argumenttable/label
---

# label

Assigns an optional label with this argument table for debugging purposes.

## Declaration

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

## Discussion

Discussion You set this label by setting property label on the descriptor object, prior to creating this table instance.
