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