NativeAd.CallToAction 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 call to action text for the native ad.
public:
property Platform::String ^ CallToAction { Platform::String ^ get(); };
winrt::hstring CallToAction();
public string CallToAction { get; }
var string = nativeAd.callToAction;
Public ReadOnly Property CallToAction As String
Property Value
The call to action text for the native ad.
Remarks
Important
The NativeAd class is deprecated. Use NativeAdV2 instead.