CurrencyIdentifiers.DKK プロパティ

定義

デンマーク クローネの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

デンマーク クローネを識別する文字列 "DKK"。

適用対象