RemoteSystemApp.ConnectionToken Property

Definition

Gets a token that can be persisted by a RemoteSystemApp so that it can be connected back to later.

public:
 property Platform::String ^ ConnectionToken { Platform::String ^ get(); };
winrt::hstring ConnectionToken();
public string ConnectionToken { get; }
var string = remoteSystemApp.connectionToken;
Public ReadOnly Property ConnectionToken As String

Property Value

String

Platform::String

winrt::hstring

A string of the ConnectionToken.

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Applies to