---
title: minor
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clbeaconregion/minor
---

# minor

The minor value from the beacon identity constraint that defines the beacon region.

## Declaration

```swift
@NSCopying var minor: NSNumber? { get }
```

## Discussion

Discussion If you don’t specify a minor value for the beacon, the value of this property is nil. Operations that compare a beacon’s identity characteristics with the constraint’s characteristics ignore the minor value if this property is nil.

## See Also

### Getting the beacon identity

- [uuid](corelocation/clbeaconregion/uuid.md)
- [major](corelocation/clbeaconregion/major.md)
- [beaconIdentityConstraint](corelocation/clbeaconregion/beaconidentityconstraint.md)
