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