StoreProductResult.Product Property

Definition

Gets info about the current app.

public:
 property StoreProduct ^ Product { StoreProduct ^ get(); };
StoreProduct Product();
public StoreProduct Product { get; }
var storeProduct = storeProductResult.product;
Public ReadOnly Property Product As StoreProduct

Property Value

An object that provides info about the current app.

Applies to