Share via


UIGuidedAccessRestrictionState Enum

Definition

An enumeration whose values specify whether a Guided Access restriction is in an allow or deny state.

[ObjCRuntime.Native]
public enum UIGuidedAccessRestrictionState
[<ObjCRuntime.Native>]
type UIGuidedAccessRestrictionState = 
Inheritance
UIGuidedAccessRestrictionState
Attributes

Fields

Name Value Description
Allow 0

The application should allow the behavior in question.

Deny 1

The application should not allow the behavior in question.

Applies to

See also