RemoteSystemKinds
RemoteSystemKinds
RemoteSystemKinds
RemoteSystemKinds
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Contains read-only strings that identify various device types.
public : static class RemoteSystemKindspublic static class RemoteSystemKindsPublic Static Class RemoteSystemKinds// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Properties
Desktop Desktop Desktop Desktop
Gets the string representation of the desktop device type.
public : static PlatForm::String Desktop { get; }public static string Desktop { get; }Public Static ReadOnly Property Desktop As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing desktop.
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Holographic Holographic Holographic Holographic
Gets the string representation of the holographic device type.
public : static PlatForm::String Holographic { get; }public static string Holographic { get; }Public Static ReadOnly Property Holographic As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing holographic.
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Hub Hub Hub Hub
Gets the string representation of the hub device type.
public : static PlatForm::String Hub { get; }public static string Hub { get; }Public Static ReadOnly Property Hub As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing hub.
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Iot Iot Iot Iot
Prerelease. Gets the string representation of the Internet of Things (IoT) device type.
public : static PlatForm::String Iot { get; }public static string Iot { get; }Public Static ReadOnly Property Iot As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing IoT.
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
remoteSystem
|
Laptop Laptop Laptop Laptop
Prerelease. Gets the string representation of the laptop device type.
public : static PlatForm::String Laptop { get; }public static string Laptop { get; }Public Static ReadOnly Property Laptop As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing laptop.
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
remoteSystem
|
Phone Phone Phone Phone
Gets the string representation of the phone device type.
public : static PlatForm::String Phone { get; }public static string Phone { get; }Public Static ReadOnly Property Phone As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing phone.
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|
Tablet Tablet Tablet Tablet
Prerelease. Gets the string representation of the tablet device type.
public : static PlatForm::String Tablet { get; }public static string Tablet { get; }Public Static ReadOnly Property Tablet As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing tablet.
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
remoteSystem
|
Xbox Xbox Xbox Xbox
Gets the string representation of the Xbox device type.
public : static PlatForm::String Xbox { get; }public static string Xbox { get; }Public Static ReadOnly Property Xbox As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
String representing Xbox.
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
| Capabilities |
remoteSystem
|