Product.ProductType Property

Definition

Gets the description of the type of product.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to