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

# identifier

The name that identifies the constraint.

## Declaration

```swift
var identifier: String? { get set }
```

## Discussion

Discussion A constraint’s identifier is available in its description. Identifiers that start with NS are reserved by the system.
