TestimoX

API Reference

Enum

GpoPermissionType

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

Specifies whether a permission allows or denies an action.

Inheritance

  • Enum
  • GpoPermissionType

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 GpoPermissionType Allow #

Permissions allow the action.

Value: 0
public const GpoPermissionType Deny #

Permissions deny the action.

Value: 1