Share via


RemoteSystemAccessStatus Enum

Definition

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

public enum class RemoteSystemAccessStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RemoteSystemAccessStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RemoteSystemAccessStatus
var value = Windows.System.RemoteSystems.RemoteSystemAccessStatus.unspecified
Public Enum RemoteSystemAccessStatus
Inheritance
RemoteSystemAccessStatus
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
remoteSystem

Fields

Name Value Description
Unspecified 0

Access is denied for an unknown reason.

Allowed 1

Access is allowed

DeniedByUser 2

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

DeniedBySystem 3

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

Applies to

See also