Class ChangeAppUserSettingsCommandSettings
ChangeAppUserSettings
public sealed class ChangeAppUserSettingsCommandSettings : ICommand
- Inheritance
-
ChangeAppUserSettingsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DisplayMode
Gets or sets the displayMode
[JsonPropertyName("displayMode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DisplayMode? DisplayMode { get; set; }
Property Value
LinkCapturing
Gets or sets the linkCapturing
[JsonPropertyName("linkCapturing")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? LinkCapturing { get; set; }
Property Value
- bool?
ManifestId
Gets or sets the manifestId
[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }