Class GetAppManifestCommandSettings
GetAppManifest
public sealed class GetAppManifestCommandSettings : ICommand
- Inheritance
-
GetAppManifestCommandSettings
- 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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ManifestId { get; set; }