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