Share via


Culture Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the supported culture of the attributed assembly.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Culture As String
public string Culture { get; }
public:
property String^ Culture {
    String^ get ();
}
member Culture : string with get
function get Culture () : String

Property Value

Type: System. . :: . .String
A string containing the name of the supported culture.

.NET Framework Security

See Also

Reference

AssemblyCultureAttribute Class

System.Reflection Namespace