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