ActiveDirectorySyntax Enum

Definition

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

public enum class ActiveDirectorySyntax
public enum ActiveDirectorySyntax
type ActiveDirectorySyntax = 
Public Enum ActiveDirectorySyntax
Inheritance
ActiveDirectorySyntax

Fields

AccessPointDN 19

An AccessPoint object type.

Bool 8

A Boolean value type.

CaseExactString 0

A case-sensitive string type.

CaseIgnoreString 1

A case-insensitive string type.

DirectoryString 3

A directory string specification.

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.

GeneralizedTime 10

A time expressed in generalized time format.

IA5String 16

An IA5 character set string.

Int 6

A 32-bit integer value type.

Int64 7

A 64 bit (large) integer value type.

NumericString 2

A numeric value represented as a string.

OctetString 4

A byte array represented as a string.

Oid 9

An OID value type.

ORName 20

An OR-Name object type.

PresentationAddress 21

A Presentation-Address object type.

PrintableString 17

A printable character set string.

22

A Replica-Link object type.

SecurityDescriptor 5

A security descriptor value type.

Sid 18

An SID value type.

UtcTime 11

A time expressed in Coordinated Universal Time format.

Applies to

See also