Class ShorthandEntry
ShorthandEntry
public sealed class ShorthandEntry
- Inheritance
-
ShorthandEntry
- Inherited Members
Properties
Important
Whether the property has "!important" annotation (implies false if absent).
[JsonPropertyName("important")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Important { get; set; }
Property Value
- bool?
Name
Shorthand name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
Shorthand value.
[JsonPropertyName("value")]
public string Value { get; set; }