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
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }