CurrencyIdentifiers.VND Property

Definition

Gets the currency identifier for the Viet Nam Dong.

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

Property Value

String

Platform::String

winrt::hstring

The string "VND", which identifies the Viet Nam Dong.

Applies to