ActiveDirectorySyntax Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the data representation (syntax) type of a ActiveDirectorySchemaProperty object.
public enum class ActiveDirectorySyntax
public enum ActiveDirectorySyntax
type ActiveDirectorySyntax =
Public Enum ActiveDirectorySyntax
- Inheritance
Fields
Name | Value | Description |
---|---|---|
CaseExactString | 0 | A case-sensitive string type. |
CaseIgnoreString | 1 | A case-insensitive string type. |
NumericString | 2 | A numeric value represented as a string. |
DirectoryString | 3 | A directory string specification. |
OctetString | 4 | A byte array represented as a string. |
SecurityDescriptor | 5 | A security descriptor value type. |
Int | 6 | A 32-bit integer value type. |
Int64 | 7 | A 64 bit (large) integer value type. |
Bool | 8 | A Boolean value type. |
Oid | 9 | An OID value type. |
GeneralizedTime | 10 | A time expressed in generalized time format. |
UtcTime | 11 | A time expressed in Coordinated Universal Time format. |
DN | 12 | A distinguished name of a directory service object. |
DNWithBinary | 13 | An ADS_DN_WITH_BINARY structure used for mapping a distinguished name to a non-varying GUID. For more information, see the ADS_DN_WITH_BINARY article. |
DNWithString | 14 | An ADS_DN_WITH_STRING structure used for mapping a distinguished name to a non-varying string value. For more information, see the ADS_DN_WITH_STRING article. |
Enumeration | 15 | An enumeration value type. |
IA5String | 16 | An IA5 character set string. |
PrintableString | 17 | A printable character set string. |
Sid | 18 | An SID value type. |
AccessPointDN | 19 | An AccessPoint object type. |
ORName | 20 | An OR-Name object type. |
PresentationAddress | 21 | A Presentation-Address object type. |
ReplicaLink | 22 | A Replica-Link object type. |