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