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