GeographicRegion.CurrenciesInUse 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 set of currencies in use in this region.
public:
property IVectorView<Platform::String ^> ^ CurrenciesInUse { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> CurrenciesInUse();
public IReadOnlyList<string> CurrenciesInUse { get; }
var iVectorView = geographicRegion.currenciesInUse;
Public ReadOnly Property CurrenciesInUse As IReadOnlyList(Of String)
Property Value
The set of ISO 4217 3-letter codes for the currencies that are used in the region.
Remarks
If the region is a country, there is typically one currency, although some countries do have more than one currency in use. If the region is larger, the returned set includes the currencies in use in each of the contained regions/countries.