PolicyStore.EnumerationMode Enum

Definition

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

All 3

Include all objects regardless of IsSystemObject state

NonSystemOnly 1

Include only objects with IsSystemObject=false

SystemOnly 2

Include only objects with IsSystemObject=true

Applies to