TopLevelNameCollisionOptions 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 additional information about a forest trust collision when the CollisionType property value is TopLevelName.
This enumeration supports a bitwise combination of its member values.
public enum class TopLevelNameCollisionOptions
[System.Flags]
public enum TopLevelNameCollisionOptions
[<System.Flags>]
type TopLevelNameCollisionOptions =
Public Enum TopLevelNameCollisionOptions
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No action has occurred. |
NewlyCreated | 1 | The forest trust account has been created and is disabled. |
DisabledByAdmin | 2 | The forest trust account was disabled by administrative action. |
DisabledByConflict | 4 | The forest trust account was disabled due to a conflict with an existing forest trust account. |