JET_UNICODEINDEX.dwMapFlags property

Gets or sets the flags to be used with LCMapString when normalizing unicode data.

This API is not CLS-compliant. 

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property dwMapFlags As UInteger
    Get
    Set
'Usage
Dim instance As JET_UNICODEINDEX
Dim value As UInteger

value = instance.dwMapFlags

instance.dwMapFlags = value
[CLSCompliantAttribute(false)]
public uint dwMapFlags { get; set; }

Property value

Type: System.UInt32

See also

Reference

JET_UNICODEINDEX class

JET_UNICODEINDEX members

Microsoft.Isam.Esent.Interop namespace