Share via


NativeAd.Rating Property

Definition

Gets the rating of the product that is being advertised in the native ad.

public:
 property Platform::String ^ Rating { Platform::String ^ get(); };
winrt::hstring Rating();
public string Rating { get; }
var string = nativeAd.rating;
Public ReadOnly Property Rating As String

Property Value

String

Platform::String

winrt::hstring

The rating of the product that is being advertised in the native ad.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also