NativeAd.SponsoredBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.