CurrencyIdentifiers.COP Property

Definition

Gets the currency identifier for the Colombian Peso.

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

Property Value

String

Platform::String

winrt::hstring

The string "COP", which identifies the Colombian Peso.

Applies to