Assembly DetailsCulture Property
This read-only property is used to get the culture for the assembly
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Culture { get; }VB
Public ReadOnly Property Culture As String
GetC++
public:
property String^ Culture {
String^ get ();
}F#
member Culture : string with get