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

Retrieves the ISO 3166 two-letter code for the region of this RegionInfo.

[Visual Basic]
Overridable Public ReadOnly Property TwoLetterISORegionName As _
   String
[C#]
public string TwoLetterISORegionName {virtual get;}
[C++]
public: __property virtual String* get_TwoLetterISORegionName();
[JScript]
public function get TwoLetterISORegionName() : String;

Property Value

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

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace