AppInstance.Key Property

Definition

The key for the current instance.

public:
 property Platform::String ^ Key { Platform::String ^ get(); };
winrt::hstring Key();
public string Key { get; }
var string = appInstance.key;
Public ReadOnly Property Key As String

Property Value

String

Platform::String

winrt::hstring

The app-defined key for the current instance.

Applies to