This documentation is archived and is not being maintained.
ActiveDirectorySyntax Enumeration
Visual Studio 2008
Specifies the data representation (syntax) type of a ActiveDirectorySchemaProperty object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| CaseExactString | A case-sensitive string type. | |
| CaseIgnoreString | A case-insensitive string type. | |
| NumericString | A numeric value represented as a string. | |
| DirectoryString | A directory string specification. | |
| OctetString | A byte array represented as a string. | |
| SecurityDescriptor | A security descriptor value type. | |
| Int | A 32-bit integer value type. | |
| Int64 | A 64 bit (large) integer value type. | |
| Bool | A Boolean value type. | |
| Oid | An OID value type. | |
| GeneralizedTime | A time expressed in generalized time format. | |
| UtcTime | A time expressed in Coordinated Universal Time format. | |
| 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. | |
| IA5String | An IA5 character set string. | |
| PrintableString | A printable character set string. | |
| Sid | An SID value type. | |
| AccessPointDN | An AccessPoint object type. | |
| ORName | An OR-Name object type. | |
| PresentationAddress | A Presentation-Address object type. | |
| ReplicaLink | A Replica-Link object type. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: