NativeAdReadyEventArgs.RequestId Property

Definition

Gets a value that associates the ad ready event with a specific ad request for telemetry purposes.

public:
 property Platform::String ^ RequestId { Platform::String ^ get(); };
winrt::hstring RequestId();
public string RequestId { get; }
var string = nativeAdReadyEventArgs.requestId;
Public ReadOnly Property RequestId As String

Property Value

System.String

A value that associates the ad ready event with a specific ad request for telemetry purposes.

Applies to

See also