Share via


ListingInformation.CurrentMarket Property

Definition

Gets the country code associated with the user's location, such as US or CA, that is used to identify their market for transactions in the current session.

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

Property Value

String

Platform::String

winrt::hstring

The country code associated with the user's location, such as US or CA.

Applies to