Table of Contents

Class AddServiceResult

Namespace
Selenium.WebDriver.BiDi.Cdp.BluetoothEmulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record AddServiceResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<AddServiceResult>
Inheritance
EmptyResult
AddServiceResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

AddServiceResult(string)

public AddServiceResult(string ServiceId)

Parameters

ServiceId string

An identifier that uniquely represents this service.

Properties

ServiceId

An identifier that uniquely represents this service.

public string ServiceId { get; init; }

Property Value

string