ImportPolicyEnabledState 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.
The ImportPolicyEnabledState bit flag enum is used as a parameter to PolicyStore.ImportPolicy. It is used to set the imported Policy's Enabled property.
public enum ImportPolicyEnabledState
type ImportPolicyEnabledState =
Public Enum ImportPolicyEnabledState
- Inheritance
-
ImportPolicyEnabledState
Fields
Name | Value | Description |
---|---|---|
Unchanged | 0 | |
Enable | 1 | |
Disable | 2 |