NativeAdV2.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 = nativeAdV2.iconImage;
Public ReadOnly Property IconImage As NativeImage

Property Value

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

Applies to

See also