ListingInformation.AgeRating Property

Definition

Gets the age rating for the app.

public:
 property unsigned int AgeRating { unsigned int get(); };
uint32_t AgeRating();
public uint AgeRating { get; }
var uInt32 = listingInformation.ageRating;
Public ReadOnly Property AgeRating As UInteger

Property Value

UInt32

unsigned int

uint32_t

The age rating.

Applies to

See also