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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.