ListingInformation.Name Property

Definition

Gets the app's name in the current market.

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

Property Value

String

Platform::String

winrt::hstring

The app's name in the current market.

Applies to