Share via


GeographicRegion.CodeThreeDigit Property

Definition

Gets the three-digit identifier for this region, as a string.

public:
 property Platform::String ^ CodeThreeDigit { Platform::String ^ get(); };
winrt::hstring CodeThreeDigit();
public string CodeThreeDigit { get; }
var string = geographicRegion.codeThreeDigit;
Public ReadOnly Property CodeThreeDigit As String

Property Value

String

Platform::String

winrt::hstring

Returns as a string the ISO-3166-1 numeric three-digit code for the region, or the UN-M49 code. If the region is unknown, returns "999".

Applies to