Share via


RemoteSystemConnectionRequest.ConnectionToken Property

Definition

Gets a token that persists connection info of a RemoteSystemConnectionRequest 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 = remoteSystemConnectionRequest.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

See also

  • <xref:Windows.System.RemoteSystems.RemoteSystemConnectionRequest.CreateFromConnectionToken(System.String)%0aM%3aWindows.System.RemoteSystems.RemoteSystemConnectionRequest.CreateFromConnectionTokenForUser(Windows.System.User>