---
title: identifier
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicontextmenuconfiguration/identifier
---

# identifier

The unique identifier for this configuration object.

## Declaration

```swift
var identifier: any NSCopying { get }
```

## Discussion

Discussion If you did not provide an identifier when creating this object, UIKit assigns a new UUID object to this property.
