---
title: url
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprinter/url
---

# url

The full address of the printer.

## Declaration

```swift
var url: URL { get }
```

## Discussion

Discussion Use this property to retrieve the address of a printer on the network. You can also save the value in this property to disk and use it later to initialize a new printer object that points to the same printer.
