Class SetDownloadBehaviorCommandSettings
SetDownloadBehavior
public sealed class SetDownloadBehaviorCommandSettings : ICommand- Inheritance
- 
      
      SetDownloadBehaviorCommandSettings
- Implements
- Inherited Members
Properties
Behavior
Gets or sets the behavior
[JsonPropertyName("behavior")]
public string Behavior { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
DownloadPath
Gets or sets the downloadPath
[JsonPropertyName("downloadPath")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DownloadPath { get; set; }