NativeAdV2.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 = nativeAdV2.title;
Public ReadOnly Property Title As String

Property Value

System.String

The title for the native ad.

Applies to

See also