Class RemoveScriptToEvaluateOnNewDocumentCommandSettings
RemoveScriptToEvaluateOnNewDocument
public sealed class RemoveScriptToEvaluateOnNewDocumentCommandSettings : ICommand- Inheritance
- 
      
      RemoveScriptToEvaluateOnNewDocumentCommandSettings
- 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; }