NativeAd.SponsoredBy Property

Definition

Gets the brand name of the sponsor for the product that is being advertised in the native ad.

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

Property Value

System.String

The brand name of the sponsor for the product that is being advertised in the native ad.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also