GeographicRegion.CodeThreeLetter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the three-letter identifier for this region.
public:
property Platform::String ^ CodeThreeLetter { Platform::String ^ get(); };
winrt::hstring CodeThreeLetter();
public string CodeThreeLetter { get; }
var string = geographicRegion.codeThreeLetter;
Public ReadOnly Property CodeThreeLetter As String
Property Value
Returns the three-letter ISO 3166-1 alpha-3 code for this region, if one exists; otherwise, returns "ZZZ".