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