TestimoX

API Reference

Enum

PolicyState

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the effective state of a policy.

Inheritance

  • Enum
  • PolicyState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PolicyState NotConfigured #

The policy is not configured.

Value: 0
public const PolicyState Enabled #

The policy is enabled.

Value: 1
public const PolicyState Disabled #

The policy is disabled.

Value: 2