NativeAd.Price 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 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 = nativeAd.price;
Public ReadOnly Property Price As String
Property Value
The price of the product that is being advertised by the native ad, including a currency symbol.
Remarks
Important
The NativeAd class is deprecated. Use NativeAdV2 instead.