NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegionInfo.ThreeLetterWindowRegionName

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;

Property Value

Read-only. Retrieves a String representing the three-letter code for the region. For example, the three-letter abbreviation for United States is "usa".

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace