ProductListing.Description Property

Definition

Gets the description for the add-on (also called an in-app product or IAP).

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

Property Value

String

Platform::String

winrt::hstring

The description for the product.

Applies to