MANormalizations Enumeration

Used to identify the normalization modes supported by a management agent.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As MANormalizations

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration MANormalizations
[FlagsAttribute] 
public enum MANormalizations
[FlagsAttribute] 
public enum class MANormalizations
/** @attribute FlagsAttribute() */ 
public enum MANormalizations
FlagsAttribute 
public enum MANormalizations

Members

Member name Description
None Identifiers are not normalized.
RemoveAccents Identifiers are normalized remove accent characters.
Uppercase Identifiers are normalized to uppercase.

Platforms

Target Platforms

See Also

Reference

Microsoft.MetadirectoryServices Namespace