StoreSku.Description Property

Definition

Gets the product SKU description from the Microsoft Store listing.

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = storeSku.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

The product SKU description from the Microsoft Store listing.

Applies to