CurrencyIdentifiers.KYD Property

Definition

Gets the currency identifier for the Cayman Islands Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "KYD", which identifies the Cayman Islands Dollar.

Applies to