RemoteSystem.Id Property

Definition

Gets the unique string identifier for the given remote system.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = remoteSystem.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The string identifier for the remote system.

Windows requirements

App capabilities
remoteSystem

Applies to