TestimoX

API Reference

Enum

AdmxPolicyClass

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

ADMX policy class declared by the source template.

Inheritance

  • Enum
  • AdmxPolicyClass

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 AdmxPolicyClass Unknown #

Class was missing or could not be parsed.

Value: 0
public const AdmxPolicyClass Machine #

Policy applies to machine scope.

Value: 1
public const AdmxPolicyClass User #

Policy applies to user scope.

Value: 2
public const AdmxPolicyClass Both #

Policy can apply to both machine and user scope.

Value: 3