Class GetWindowForTargetCommandSettings
GetWindowForTarget
public sealed class GetWindowForTargetCommandSettings : ICommand- Inheritance
- 
      
      GetWindowForTargetCommandSettings
- 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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TargetId { get; set; }