ListingInformation.Description Property

Definition

Gets the app's description in the current market.

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

Property Value

String

Platform::String

winrt::hstring

The app's description in the current market.

Applies to