---
title: effectiveMaximumTVShowRating
framework: managedsettings
role: symbol
role_heading: Instance Property
path: managedsettings/managedsettingsstore/effectivemaximumtvshowrating
---

# effectiveMaximumTVShowRating

The TV rating constraint that is active on this device.

## Declaration

```swift
@Published<Int> var effectiveMaximumTVShowRating: Int { get }
```

## Mentioned in

Confirming the effective TV and movie ratings

## Discussion

Discussion An authorized app can use the Family Controls framework to apply a maximumTVShowRating to the device. If no maximumTVShowRating settings are active, then the value of this property is the default value of  maximumTVShowRating. The system publishes changes dynamically.

## See Also

### Filtering media content

- [appStore](managedsettings/managedsettingsstore/appstore.md)
- [AppStoreSettings](managedsettings/appstoresettings.md)
- [application](managedsettings/managedsettingsstore/application.md)
- [ApplicationSettings](managedsettings/applicationsettings.md)
- [effectiveMaximumMovieRating](managedsettings/managedsettingsstore/effectivemaximummovierating.md)
- [gameCenter](managedsettings/managedsettingsstore/gamecenter.md)
- [GameCenterSettings](managedsettings/gamecentersettings.md)
- [media](managedsettings/managedsettingsstore/media.md)
- [MediaSettings](managedsettings/mediasettings.md)
