ActiveDirectorySyntax Enumeration
Specifies the data representation (syntax) type of a ActiveDirectorySchemaProperty object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| AccessPointDN | An AccessPoint object type. | |
| Bool | A Boolean value type. | |
| CaseExactString | A case-sensitive string type. | |
| CaseIgnoreString | A case-insensitive string type. | |
| DirectoryString | A directory string specification. | |
| DN | A distinguished name of a directory service object. | |
| DNWithBinary | An ADS_DN_WITH_BINARY structure used for mapping a distinguished name to a non-varying GUID. For more information, see the topic "ADS_DN_WITH_BINARY" in the MSDN Library at http://msdn.microsoft.com/library. | |
| DNWithString | An ADS_DN_WITH_STRING structure used for mapping a distinguished name to a non-varying string value. For more information, see the topic "ADS_DN_WITH_STRING" in the MSDN Library at http://msdn.microsoft.com/library | |
| Enumeration | An enumeration value type. | |
| GeneralizedTime | A time expressed in generalized time format. | |
| IA5String | An IA5 character set string. | |
| Int | A 32-bit integer value type. | |
| Int64 | A 64 bit (large) integer value type. | |
| NumericString | A numeric value represented as a string. | |
| OctetString | A byte array represented as a string. | |
| Oid | An OID value type. | |
| ORName | An OR-Name object type. | |
| PresentationAddress | A Presentation-Address object type. | |
| PrintableString | A printable character set string. | |
| ReplicaLink | A Replica-Link object type. | |
| SecurityDescriptor | A security descriptor value type. | |
| Sid | An SID value type. | |
| UtcTime | A time expressed in Coordinated Universal Time format. |
Available since 2.0