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