Table of Contents

Class SetPropertyRulePropertyNameResult

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

Constructors

SetPropertyRulePropertyNameResult(Value)

public SetPropertyRulePropertyNameResult(Value PropertyName)

Parameters

PropertyName Value

The resulting key text after modification.

Properties

PropertyName

The resulting key text after modification.

public Value PropertyName { get; init; }

Property Value

Value