Class ExposeDevToolsProtocolCommandSettings
ExposeDevToolsProtocol
public sealed class ExposeDevToolsProtocolCommandSettings : ICommand- Inheritance
- 
      
      ExposeDevToolsProtocolCommandSettings
- Implements
- Inherited Members
Properties
BindingName
Gets or sets the bindingName
[JsonPropertyName("bindingName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BindingName { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
InheritPermissions
Gets or sets the inheritPermissions
[JsonPropertyName("inheritPermissions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? InheritPermissions { get; set; }Property Value
- bool?
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }