NativeAdV2.PrivacyUrl Property

Definition

Gets the privacy URL from the ad provider.

public:
 property Platform::String ^ PrivacyUrl { Platform::String ^ get(); };
winrt::hstring PrivacyUrl();
public string PrivacyUrl { get; }
var string = nativeAdV2.privacyUrl;
Public ReadOnly Property PrivacyUrl As String

Property Value

System.String

The privacy URL from the ad provider.

Applies to

See also