CultureAndRegionInfoBuilder::RegionNativeName Property

 

Gets or sets the full name of the country/region as known by the people of this custom culture.

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
property String^ RegionNativeName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The local name of the country/region.

Exception Condition
NotSupportedException

This operation is not valid for a neutral culture.

ArgumentNullException

The value in a set operation is null.

ArgumentOutOfRangeException

The length of the value in a set operation does not range from 1 to 79 characters.

The RegionNativeName property corresponds to the NativeName property.

.NET Framework
Available since 2.0
Return to top
Show: