---
title: sharingType
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/sharingtype-swift.property
---

# sharingType

A Boolean value that indicates the level of access other processes have to the window’s content.

## Declaration

```swift
var sharingType: NSWindow.SharingType { get set }
```

## Discussion

Discussion The value of this property represents the sharing level of the window’s content. See NSWindow.SharingType for possible values.

## See Also

### Accessing Window Information

- [depthLimit](appkit/nswindow/depthlimit.md)
- [hasDynamicDepthLimit](appkit/nswindow/hasdynamicdepthlimit.md)
- [defaultDepthLimit](appkit/nswindow/defaultdepthlimit.md)
- [windowNumber](appkit/nswindow/windownumber.md)
- [windowNumbers(options:)](appkit/nswindow/windownumbers(options:).md)
- [deviceDescription](appkit/nswindow/devicedescription.md)
- [NSDeviceDescriptionKey](appkit/nsdevicedescriptionkey.md)
- [canBecomeVisibleWithoutLogin](appkit/nswindow/canbecomevisiblewithoutlogin.md)
- [backingType](appkit/nswindow/backingtype.md)
- [displayLink(target:selector:)](appkit/nswindow/displaylink(target:selector:).md)
