---
title: usesPrivateBrowsing
framework: safariservices
role: symbol
role_heading: Instance Property
path: safariservices/sfsafaripageproperties/usesprivatebrowsing
---

# usesPrivateBrowsing

A Boolean value that indicates whether the page is using Safari Private Browsing.

## Declaration

```swift
var usesPrivateBrowsing: Bool { get }
```

## Discussion

Discussion true if active; otherwise false.

## See Also

### Getting the Safari Page Properties

- [isActive](safariservices/sfsafaripageproperties/isactive.md)
- [title](safariservices/sfsafaripageproperties/title.md)
- [url](safariservices/sfsafaripageproperties/url.md)
