NativeAdReadyEventArgs.NativeAd 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 NativeAdV2 that is ready to use in your app after calling the RequestAd method.
public:
property NativeAdV2 ^ NativeAd { NativeAdV2 ^ get(); };
NativeAdV2 NativeAd();
public NativeAdV2 NativeAd { get; }
var nativeAdV2 = nativeAdReadyEventArgs.nativeAd;
Public ReadOnly Property NativeAd As NativeAdV2
Property Value
The NativeAdV2 that is ready to use in your app.