This documentation is archived and is not being maintained.
ActiveDirectorySyntax Enumeration
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: