ListingInformation.CurrentMarket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The country code associated with the user's location, such as US or CA.