Share via


StorePreviewProductInfo.ProductType Property

Definition

Gets the type of the in-app product.

public:
 property Platform::String ^ ProductType { Platform::String ^ get(); };
winrt::hstring ProductType();
public string ProductType { get; }
var string = storePreviewProductInfo.productType;
Public ReadOnly Property ProductType As String

Property Value

String

Platform::String

winrt::hstring

One of the following strings that specifies the type of the in-app product.

String Description
Durable A durable product.
Consumable A consumable product.
Unknown The product type is unknown.

Applies to