CultureAndRegionInfoBuilder.CurrencyNativeName Property

Definition

Gets or sets the native name of the currency used in the country/region represented by the current CultureAndRegionInfoBuilder object.

public:
 property System::String ^ CurrencyNativeName { System::String ^ get(); void set(System::String ^ value); };
public string CurrencyNativeName { get; set; }
member this.CurrencyNativeName : string with get, set
Public Property CurrencyNativeName As String

Property Value

The name of the currency used in the country/region represented by the current CultureAndRegionInfoBuilder object, formatted in the language associated with the ISO 3166 country/region code of the region.

Exceptions

The value in a set operation is null.

The value in a set operation is the empty string ("").

The current CultureAndRegionInfoBuilder object is a neutral culture.

Remarks

The CurrencyNativeName property is equivalent to the CurrencyNativeName property.

Applies to