RemoteSystemApp.ConnectionToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)
|