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