NativeAd.Title Property

Definition

Gets the title for the native ad.

public:
 property Platform::String ^ Title { Platform::String ^ get(); };
winrt::hstring Title();
public string Title { get; }
var string = nativeAd.title;
Public ReadOnly Property Title As String

Property Value

System.String

The title for the native ad.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also