Lcids Property (Language)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Justification="Acked")>
Public Shared ReadOnly Property Lcids As Integer()
[SuppressMessage("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Justification="Acked")]
public static int[] Lcids {get;}
[SuppressMessage("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Justification="Acked")]
public:
static property array<int>^ Lcids {
array<int>^ get();
}