Class SetBreakpointsActiveCommandSettings
SetBreakpointsActive
public sealed class SetBreakpointsActiveCommandSettings : ICommand- Inheritance
- 
      
      SetBreakpointsActiveCommandSettings
- Implements
- Inherited Members
Properties
Active
Gets or sets the active
[JsonPropertyName("active")]
public bool Active { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }