CultureAndRegionInfoBuilder.CurrencyEnglishName Property

Definition

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

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

Property Value

The name, in English, of the currency used in 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 CurrencyEnglishName property is equivalent to the CurrencyEnglishName property.

Applies to