Class GetLonghandPropertiesCommandResponse
Response for GetLonghandProperties
public sealed class GetLonghandPropertiesCommandResponse : ICommandResponse<GetLonghandPropertiesCommandSettings>, ICommandResponse
- Inheritance
-
GetLonghandPropertiesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
LonghandProperties
Gets or sets the longhandProperties
[JsonPropertyName("longhandProperties")]
public CSSProperty[] LonghandProperties { get; set; }