Share via


ParentalControls.GetAvailableRatingSystems Method

Gets a collection of strings containing the names of the parental control settings that are currently supported.

Syntax

public System.Collections.ObjectModel.Collection<string> GetAvailableRatingSystems();

Return Value

System.Collections.ObjectModel.Collection<System.String>.  The setting names. These strings can be used with the indexer function of the ParentalsControls object to retrieve individual ParentalControlSetting objects for the specified rating system.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also