ProductListing.ProductType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of this add-on (also called an in-app product or IAP). Possible values are defined by ProductType.
public:
property ProductType ProductType { ProductType get(); };
ProductType ProductType();
public ProductType ProductType { get; }
var productType = productListing.productType;
Public ReadOnly Property ProductType As ProductType
Property Value
The product type. Possible values include Consumable and Durable.