NativeAd.CallToAction Property

Definition

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

System.String

The call to action text for the native ad.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also