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