---
title: name
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtl4binaryfunctiondescriptor/name
---

# name

Associates a string that uniquely identifies a binary function.

## Declaration

```swift
var name: String { get set }
```

## Discussion

Discussion You can use this property to look up a corresponding binary function by name in a MTL4Archive instance.
