PolicyStore.EnumerationMode 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.
Defines behavior towards IsSystemObject flag
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PolicyStore.EnumerationMode
[<System.Flags>]
type PolicyStore.EnumerationMode =
Public Enum PolicyStore.EnumerationMode
- Inheritance
-
PolicyStore.EnumerationMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
NonSystemOnly | 1 | Include only objects with IsSystemObject=false |
SystemOnly | 2 | Include only objects with IsSystemObject=true |
All | 3 | Include all objects regardless of IsSystemObject state |