다음을 통해 공유


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"입니다.

적용 대상