Product.SkuDescription Property

Definition

Gets the sku description of the product.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.skuDescription")]
public string SkuDescription { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.skuDescription")>]
member this.SkuDescription : string
Public ReadOnly Property SkuDescription As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to