RemoteSystemAccessStatus RemoteSystemAccessStatus RemoteSystemAccessStatus RemoteSystemAccessStatus Enum

Definition

Contains the values that describe an app's access to use the Remote Systems feature.

public : enum class RemoteSystemAccessStatuspublic enum RemoteSystemAccessStatusPublic Enum RemoteSystemAccessStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
remoteSystem

Fields

Allowed Allowed Allowed Allowed

Access is allowed

DeniedBySystem DeniedBySystem DeniedBySystem DeniedBySystem

Access is denied to this app by the System; the app hasn't requested the proper capability.

DeniedByUser DeniedByUser DeniedByUser DeniedByUser

Access has been denied to this particular app by this particular user.

Unspecified Unspecified Unspecified Unspecified

Access is denied for an unknown reason.

See Also