Class SetInstrumentationBreakpointCommandResponse
Response for Sets instrumentation breakpoint.
public sealed class SetInstrumentationBreakpointCommandResponse : ICommandResponse<SetInstrumentationBreakpointCommandSettings>, ICommandResponse
- Inheritance
-
SetInstrumentationBreakpointCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BreakpointId
Id of the created breakpoint for further reference.
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }