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