CurrencyIdentifiers.MYR プロパティ

定義

マレーシアリンギットの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

マレーシアリンギットを識別する文字列 "MYR"。

適用対象