Share via


LocalLocationRatingInfo.AggregateRating Property

Definition

Gets the aggregate rating of the location.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.LocalSearch namespace, please work with your Microsoft Account Team representative.

public:
 property IReference<double> ^ AggregateRating { IReference<double> ^ get(); };
IReference<double> AggregateRating();
public System.Nullable<double> AggregateRating { get; }
var iReference = localLocationRatingInfo.aggregateRating;
Public ReadOnly Property AggregateRating As Nullable(Of Double)

Property Value

The aggregate rating of the location.

Applies to