AppInstance.Key Property

Definition

Gets an app-defined string value that identifies the current app instance for redirection purposes.

public:
 property Platform::String ^ Key { Platform::String ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
winrt::hstring Key();
winrt::hstring Key();
[Windows.Foundation.Metadata.Experimental]
public string Key { [Windows.Foundation.Metadata.Experimental] get; }
public string Key { get; }
var string = appInstance.key;
Public ReadOnly Property Key As String

Property Value

String

Platform::String

winrt::hstring

An app-defined string value that identifies the current app instance for redirection purposes.

Attributes

Applies to