Share via


ParentalControlSetting Class

Provides a way for Windows Media Center applications to query the various parental control settings for movie or TV viewing. Applications retrieve this class by using the properties and methods of the ParentalControls class.

Syntax

public class ParentalControlSetting

Public Instance Properties

Property Description
BlockUnrated Gets a value that indicates whether the user has chosen to prevent viewing of unrated content.
Enabled Gets a value that indicates whether the user has turned on the parental control feature.
MaxAllowed Gets a value that indicates the overall maximum content rating allowed.
RatingSystem Gets the name of the content rating system associated with this ParentalControlSetting class.

See Also