StoreProduct.LinkUri Property

Definition

Gets the URI to the Microsoft Store listing for the product.

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

Property Value

The URI to the Microsoft Store listing for the product.

Remarks

An example URI is https://www.microsoft.com/store/apps/<Store ID for the product>. If there is no listing page for the product, this link resolves to the Microsoft Store home page.

Applies to