StoreProductResult.Product 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 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.