Class SetAutomationOverrideCommandSettings
Allows overriding the automation flag.
public sealed class SetAutomationOverrideCommandSettings : ICommand
- Inheritance
-
SetAutomationOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
Whether the override should be enabled.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }