RemoteSystemStatusType RemoteSystemStatusType RemoteSystemStatusType RemoteSystemStatusType Enum

Definition

Contains the values that describe a remote system's status type. This is a simplification of the RemoteSystemStatus enumeration and is used to construct a RemoteSystemStatusTypeFilter object.

public : enum class RemoteSystemStatusTypepublic enum RemoteSystemStatusTypePublic Enum RemoteSystemStatusType// 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

Any Any Any Any

The remote system can have any availability status and be discoverable.

Available Available Available Available

The remote system must have a Status property value of Available in order to be discoverable.

See Also