NativeAd.Description Property

Definition

Gets the description for the native ad.

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

Property Value

System.String

The description for the native ad.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also