StoreProduct.Description Property
Definition
Gets the product description from the Microsoft Store listing.
public:
property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = storeProduct.description;
Public ReadOnly Property Description As String
Property Value
The product description.