NativeAd.Rating 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 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
The rating of the product that is being advertised in the native ad.
Remarks
Important
The NativeAd class is deprecated. Use NativeAdV2 instead.