Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the LCID to be used when normalizing unicode data.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property lcid As Integer
Get
Set
'Usage
Dim instance As JET_UNICODEINDEX
Dim value As Integer
value = instance.lcid
instance.lcid = value
public int lcid { get; set; }
Property value
Type: System.Int32