CurrentApp.LinkUri Property

Definition

Gets the Uniform Resource Identifier (URI) of the app's listing page in the web catalog of the Windows Store.

public:
 static property Uri ^ LinkUri { Uri ^ get(); };
static Uri LinkUri();
public static System.Uri LinkUri { get; }
var uri = CurrentApp.linkUri;
Public Shared ReadOnly Property LinkUri As Uri

Property Value

The Uniform Resource Identifier (URI) of the app's listing page in the Windows Store.

Applies to