NativeAdV2.AdIcon 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 ad icon supplied by Microsoft. This icon is intended to be shown in your native ad experience to help differentiate the ad from the rest of your app.
public:
property Image ^ AdIcon { Image ^ get(); };
Image AdIcon();
public Image AdIcon { get; }
var image = nativeAdV2.adIcon;
Public ReadOnly Property AdIcon As Image
Property Value
The ad icon supplied by Microsoft.