ParentalControlSetting Object

Provides a way for HTML applications to query the various parental control settings for movie or TV viewing. Applications retrieve this object by using the properties and methods of the ParentalControlSelector object.

Note   Hosted HTML has been deprecated. To use the new features of the Windows Media Center SDK, you must develop a Windows Media Center Presentation Layer application. However, if you still want to develop a hosted HTML application or update an existing application, you can download and use the previous version of the Windows Media Center SDK from the Microsoft Download Center.

The ParentalControlSetting object exposes the following properties:

Property Description
Enabled Gets a value that indicates whether the user has chosen to turn on the parental control feature.
ExtendedRatings Gets the USTVRatings object that provides access to the extended ratings for TV content.
MaxAllowed Gets a value that indicates the overall maximum allowed content rating.
RatingSystem Gets the name of the content rating system associated with this ParentalControlSetting object.

See Also