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