---
title: isVisible
framework: ituneslibrary
role: symbol
role_heading: Instance Property
path: ituneslibrary/itlibplaylist/isvisible
---

# isVisible

A Boolean value that indicates whether the playlist is visible to the user in iTunes.

## Declaration

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

## Discussion

Discussion There are some playlists that iTunes hides, uses, and maintains without displaying them as playlists to the user. Tracks can still be visible when they’re in a playlist that’s not visible.

## See Also

### Getting Playlist Info

- [name](ituneslibrary/itlibplaylist/name.md)
- [items](ituneslibrary/itlibplaylist/items.md)
- [parentID](ituneslibrary/itlibplaylist/parentid.md)
- [isPrimary](ituneslibrary/itlibplaylist/isprimary.md)
- [distinguishedKind](ituneslibrary/itlibplaylist/distinguishedkind.md)
- [kind](ituneslibrary/itlibplaylist/kind.md)
- [ITLibPlaylistKind](ituneslibrary/itlibplaylistkind.md)
- [ITLibDistinguishedPlaylistKind](ituneslibrary/itlibdistinguishedplaylistkind.md)
