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