RemoteSystem.Kind Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to