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