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 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