Class SetInstrumentationBreakpointCommandResponse
Response for SetInstrumentationBreakpoint
public sealed class SetInstrumentationBreakpointCommandResponse : ICommandResponse<SetInstrumentationBreakpointCommandSettings>, ICommandResponse
- Inheritance
-
SetInstrumentationBreakpointCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BreakpointId
Gets or sets the breakpointId
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }