CurrencyIdentifiers.AUD プロパティ

定義

オーストラリアドルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

オーストラリアドルを識別する文字列 "AUD"。

適用対象