NativeAdV2.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 = nativeAdV2.rating;
Public ReadOnly Property Rating As String

Property Value

System.String

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

Applies to

See also