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.ThreeLetterISORegionName

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;

Property Value

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".

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace