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