Class SetCPUPerformanceOverrideCommandSettings
Overrides the value of navigator.cpuPerformance
public sealed class SetCPUPerformanceOverrideCommandSettings : ICommand
- Inheritance
-
SetCPUPerformanceOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PerformanceTier
Override value. Omitting the parameter disables the override.
[JsonPropertyName("performanceTier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PerformanceTier { get; set; }