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

Allowed 1

Access is allowed

DeniedBySystem 3

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

DeniedByUser 2

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

Unspecified 0

Access is denied for an unknown reason.

Applies to

See also