Share via


ParentalControlSetting.MaxAllowed Property

Gets a value that indicates the overall maximum content rating allowed.

Note   This property has been deprecated.

Syntax

  ParentalControlSetting.MaxAllowed

Property Value

A read-only Number (long) that specifies the maximum rating. For more information, see the Remarks section.

Remarks

The meaning of this property value depends on the type of content being queried. For TV content, this property is a number that maps to a TV content rating. It can be any of the following values:

Value TV rating
0 (default) none (all content blocked)
1 TV-Y
2 TV-Y7
3 TV-G
4 TV-PG
5 TV-14
6 TV-MA

For movie or DVD content, this property is a number that maps to a Motion Picture Association of America (MPAA) content rating. It can be any of the following values:

Value MPAA
0 none (all content blocked)
1 G
2 PG
3 PG-13
4 R
5 NC-17

Requirements

Platform: HTML application hosted within Windows XP Media Center Edition 2005 through Windows Vista

See Also