DirectoryContextType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the context type for an DirectoryContext object.
public enum class DirectoryContextType
public enum DirectoryContextType
type DirectoryContextType =
Public Enum DirectoryContextType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Domain | 0 | The DirectoryContext object represents a domain. |
Forest | 1 | The DirectoryContext object represents a forest. |
DirectoryServer | 2 | The DirectoryContext object represents a directory server. |
ConfigurationSet | 3 | The DirectoryContext object represents an AD LDS configuration set. |
ApplicationPartition | 4 | The DirectoryContext object represents an application partition. |