Retrieves the ISO 3166 three-letter code for the region of this RegionInfo.
[Visual Basic] Overridable Public ReadOnly Property ThreeLetterISORegionName As _ String [C#] public string ThreeLetterISORegionName {virtual get;} [C++] public: __property virtual String* get_ThreeLetterISORegionName(); [JScript] public function get ThreeLetterISORegionName() : String;
Read-only. Retrieves a String representing the ISO 3166 three-letter code for the region. For example, the three-letter abbreviation for United States is "usa".
RegionInfo Class | RegionInfo Members | System.Globalization Namespace