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