RemoteSystem.Kind Property
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.
Gets a String representation of the device type of the given remote system.
public:
property Platform::String ^ Kind { Platform::String ^ get(); };
winrt::hstring Kind();
public string Kind { get; }
var string = remoteSystem.kind;
Public ReadOnly Property Kind As String
Property Value
The device type of the remote system.
Windows requirements
App capabilities |
remoteSystem
|
Remarks
This property should not be used to make functionality or experience decisions regarding connected devices. Instead, device capabilities should be checked with the GetCapabilitySupportedAsync method. The Kind property is meant to provide developers with information about the types of devices being connected to so that they can display this information in the UI.