ProductListing.ProductType Property

Definition

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.

Applies to

See also