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

Property Value

The ad icon supplied by Microsoft.

Applies to

See also