RemoteSystemRemovedEventArgs.RemoteSystemId Property

Definition

The RemoteSystem object representing the device that was removed from the set of discoverable devices, causing the containing RemoteSystemRemoved event to be raised.

public:
 property Platform::String ^ RemoteSystemId { Platform::String ^ get(); };
winrt::hstring RemoteSystemId();
public string RemoteSystemId { get; }
var string = remoteSystemRemovedEventArgs.remoteSystemId;
Public ReadOnly Property RemoteSystemId As String

Property Value

String

Platform::String

winrt::hstring

The device removed.

Windows requirements

App capabilities
remoteSystem

Applies to