<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZMACAddress/isUniversallyAdministeredAddress",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZMACAddress(py)isUniversallyAdministeredAddress"
  },
  "title" : "isUniversallyAdministeredAddress"
}
-->

# isUniversallyAdministeredAddress

A Boolean value that indicates whether the address is a universally adminstered address (UAA).

```
var isUniversallyAdministeredAddress: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> if the address is universally administered, or <doc://com.apple.documentation/documentation/Swift/false> if it isn’t. The manufacturer of a device assigns an address of this type, and the address includes the organization’s unique identification code.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)