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

속성 값

문화권 이름입니다.

적용 대상