AssemblyName.CultureName Propriedade

Definição

Obtém ou define o nome da cultura associada ao assembly.

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

Valor da propriedade

O nome da cultura.

Aplica-se a