UnregistrationCause 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.
Indicates the reason for removing activations from the directory. This influences the conditions that are applied when determining whether or not to remove an entry.
public enum UnregistrationCause
type UnregistrationCause =
Public Enum UnregistrationCause
- Inheritance
-
UnregistrationCause
Fields
Name | Value | Description |
---|---|---|
Force | 0 | Remove the directory entry forcefully, without any conditions |
NonexistentActivation | 1 | Remove the directory entry only if it is not too fresh (to avoid races on new registrations) |