Table of Contents

Class AttributionReportingSourceRegisteredEventArgs

Namespace
OpenQA.Selenium.DevTools.V141.Storage
Assembly
WebDriver.dll

AttributionReportingSourceRegistered

public sealed class AttributionReportingSourceRegisteredEventArgs : EventArgs
Inheritance
AttributionReportingSourceRegisteredEventArgs
Inherited Members

Properties

Registration

Gets or sets the registration

[JsonPropertyName("registration")]
public AttributionReportingSourceRegistration Registration { get; set; }

Property Value

AttributionReportingSourceRegistration

Result

Gets or sets the result

[JsonPropertyName("result")]
public AttributionReportingSourceRegistrationResult Result { get; set; }

Property Value

AttributionReportingSourceRegistrationResult