NativeAdV2.Price Property

Definition

Gets the price of the product that is being advertised in the native ad, including a currency symbol.

public:
 property Platform::String ^ Price { Platform::String ^ get(); };
winrt::hstring Price();
public string Price { get; }
var string = nativeAdV2.price;
Public ReadOnly Property Price As String

Property Value

System.String

Remarks

The price of the product that is being advertised by the native ad, including a currency symbol.

Applies to

See also