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