AVEVA OMI Software Developer Kit



Lcids Property (Language)
Gets the lcids. LCID array will have same size as Languages array. LCID index in LCIDs array and corresponding Lanuguage index in Languages array will have same index number.
Syntax
'Declaration
 
<SuppressMessageAttribute("Microsoft.Performance", 
   "CA1819:PropertiesShouldNotReturnArrays", 
   Justification="Acked")>
Public Shared ReadOnly Property Lcids As Integer()
'Usage
 
Dim value() As Integer
 
value = Language.Lcids
[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();
}

Property Value

The lcids.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also