Product.SkuId Property

Definition

Gets the sku ID of the product.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to