AppInstance.Key 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 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
An app-defined string value that identifies the current app instance for redirection purposes.
- Attributes