RemoteSystemStatusType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 RemoteSystemStatusType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RemoteSystemStatusType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RemoteSystemStatusType
var value = Windows.System.RemoteSystems.RemoteSystemStatusType.any
Public Enum RemoteSystemStatusType
- Inheritance
-
RemoteSystemStatusType
- 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 |
---|---|---|
Any | 0 | The remote system can have any availability status and be discoverable. |
Available | 1 | The remote system must have a Status property value of Available in order to be discoverable. |