NativeAd.AdIcon Property

Definition

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 = nativeAd.adIcon;
Public ReadOnly Property AdIcon As Image

Property Value

The ad icon supplied by Microsoft.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also