RadioAccessStatus RadioAccessStatus RadioAccessStatus RadioAccessStatus Enum

Definition

Enumeration that describes possible access states that a user can have to a given radio.

public : enum class RadioAccessStatuspublic enum RadioAccessStatusPublic Enum RadioAccessStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Allowed Allowed Allowed Allowed

Access is allowed.

DeniedBySystem DeniedBySystem DeniedBySystem DeniedBySystem

Access was denied by the system. One common reason for this result is that the user does not have suitable permission to manipulate the radio in question.

DeniedByUser DeniedByUser DeniedByUser DeniedByUser

Access was denied because of user action, usually through denying an operation through the radio privacy settings page.

Unspecified Unspecified Unspecified Unspecified

Access state is unspecified.