Expand Minimize
This topic has not yet been rated - Rate this topic

ActiveDirectorySyntax Enumeration

Specifies the data representation (syntax) type of a ActiveDirectorySchemaProperty object.

Namespace:  System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)
public enum ActiveDirectorySyntax
Member nameDescription
AccessPointDNAn AccessPoint object type.
BoolA Boolean value type.
CaseExactStringA case-sensitive string type.
CaseIgnoreStringA case-insensitive string type.
DirectoryStringA directory string specification.
DNA distinguished name of a directory service object.
DNWithBinaryAn 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.
DNWithStringAn 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
EnumerationAn enumeration value type.
GeneralizedTimeA time expressed in generalized time format.
IA5StringAn IA5 character set string.
IntA 32-bit integer value type.
Int64A 64 bit (large) integer value type.
NumericStringA numeric value represented as a string.
OctetStringA byte array represented as a string.
OidAn OID value type.
ORNameAn OR-Name object type.
PresentationAddressA Presentation-Address object type.
PrintableStringA printable character set string.
ReplicaLinkA Replica-Link object type.
SecurityDescriptorA security descriptor value type.
SidAn SID value type.
UtcTimeA time expressed in Coordinated Universal Time format.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.