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