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