NativeAd.IconImage 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 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.