GeographicRegion.CurrenciesInUse Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

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.

Applies to