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

プロパティ値

カルチャ名。

適用対象