Share via


CultureAndRegionInfoBuilder.CurrencyEnglishName 屬性

定義

取得或設定英文的貨幣名稱,這個貨幣是用於目前 CultureAndRegionInfoBuilder 物件所表示的國家/地區。

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

屬性值

地區所使用之貨幣的名稱,以英文表示。

例外狀況

在設定作業中,此值為 null

設定作業中的值是空字串 ("")。

目前 CultureAndRegionInfoBuilder 物件是中性文化特性。

備註

屬性 CurrencyEnglishName 相當於 CurrencyEnglishName 屬性。

適用於