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