DirectoryContextType Enum

Definition

Specifies the context type for an DirectoryContext object.

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

Fields

ApplicationPartition 4

The DirectoryContext object represents an application partition.

ConfigurationSet 3

The DirectoryContext object represents an AD LDS configuration set.

DirectoryServer 2

The DirectoryContext object represents a directory server.

Domain 0

The DirectoryContext object represents a domain.

Forest 1

The DirectoryContext object represents a forest.

Applies to

See also