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