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