Edit

JET_UNICODEINDEX.lcid property

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

See also

Reference

JET_UNICODEINDEX class

JET_UNICODEINDEX members

Microsoft.Isam.Esent.Interop namespace