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