ContentRestrictionsBrowsePolicy.MaxBrowsableAgeRating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum allowed age rating level to show in a content catalog. No content rated above this level should be displayed. For example, if the MaxBrowsableAgeRating is 13, MPAA:R rated movies should not be displayed.
public:
property IReference<unsigned int> ^ MaxBrowsableAgeRating { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxBrowsableAgeRating();
public System.Nullable<uint> MaxBrowsableAgeRating { get; }
var iReference = contentRestrictionsBrowsePolicy.maxBrowsableAgeRating;
Public ReadOnly Property MaxBrowsableAgeRating As Nullable(Of UInteger)
Property Value
An integer, that represents an age.
Remarks
If user doesn’t have any content restrictions enforced by Family Safety, the return value is NULL. The app is still expected to call RequestContentAccessAsync for every piece of content a user is trying to use.