The preferred age rating level for content consumption.
You might choose to tailor the content shown in a browser based on PreferredAgeRating, for example by showing more children’s movies when PreferredAgeRating is 8, even though the value of MaxBrowsableAgeRating is higher than the value of PreferredAgeRating.
public:
property IReference<uint32>^ PreferredAgeRating {
IReference<uint32>^ get ();
}
Type: IReference<UInt32>
The preferred age rating level.
Namespace: Windows.Media.ContentRestrictions
Metadata: windows.winmd
ContentRestrictionsBrowsePolicy Class