NativeAd.IconImage Property

Definition

Gets the icon image for the native ad, as supplied by the ad sponsor.

public:
 property NativeImage ^ IconImage { NativeImage ^ get(); };
NativeImage IconImage();
public NativeImage IconImage { get; }
var nativeImage = nativeAd.iconImage;
Public ReadOnly Property IconImage As NativeImage

Property Value

The icon image for the native ad, as supplied by the ad sponsor.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also