GlobalizationPreferencesForUser.Currencies 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 that are preferred by the represented user, in order of preference.
public:
property IVectorView<Platform::String ^> ^ Currencies { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Currencies();
public IReadOnlyList<string> Currencies { get; }
var iVectorView = globalizationPreferencesForUser.currencies;
Public ReadOnly Property Currencies As IReadOnlyList(Of String)
Property Value
One or more currency identifiers.