CurrencyIdentifiers.JPY Property

Definition

Gets the currency identifier for the Japanese Yen.

public:
 static property Platform::String ^ JPY { Platform::String ^ get(); };
static winrt::hstring JPY();
public static string JPY { get; }
var string = CurrencyIdentifiers.jPY;
Public Shared ReadOnly Property JPY As String

Property Value

String

Platform::String

winrt::hstring

The string "JPY", which identifies the Japanese Yen.

Applies to