Class SetAutoDarkModeOverrideCommandSettings
SetAutoDarkModeOverride
public sealed class SetAutoDarkModeOverrideCommandSettings : ICommand- Inheritance
- 
      
      SetAutoDarkModeOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Enabled
Gets or sets the enabled
[JsonPropertyName("enabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Enabled { get; set; }Property Value
- bool?