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

Retrieves the full name of the region in the UI language.

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

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace