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