Class LaunchCommandSettings
Launch
public sealed class LaunchCommandSettings : ICommand- Inheritance
- 
      
      LaunchCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ManifestId
Gets or sets the manifestId
[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Url { get; set; }