Class SetScriptExecutionDisabledCommandSettings
SetScriptExecutionDisabled
public sealed class SetScriptExecutionDisabledCommandSettings : ICommand- Inheritance
- 
      
      SetScriptExecutionDisabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Value
Gets or sets the value
[JsonPropertyName("value")]
public bool Value { get; set; }