ProductType Enum

Definition

Specifies the product type for an in-app product.

public enum class ProductType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ProductType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ProductType
var value = Windows.ApplicationModel.Store.ProductType.unknown
Public Enum ProductType
Inheritance
ProductType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Consumable 2

A consumable product.

Durable 1

A durable product.

Unknown 0

The product type is unknown.

Applies to