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

Property Value

System.String

The description for the native ad.

Applies to

See also