StoreProduct.LinkUri 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 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.