NativeAdV2.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 = nativeAdV2.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.

Applies to

See also