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