AssemblyName.CultureName 屬性

定義

取得或設定與組建相關聯的文化特性名稱。

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

屬性值

文化特性名稱。

適用於